@extends('backend.layouts.app') @section('title', 'Edit Club') @push('style') @endpush @section('content')
Edit Club
Back to List
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
Leave empty to keep the current image.
Preview No Image Available
@error('image')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection @push('script') @endpush