@extends('layouts.main') @section('title', 'Edit Club') @section('content')

Edit Club

@csrf @method('PUT')
@endsection