{{ __('Manage Chapters') }}

Add Chapter
@if(session('success')) @endif
@forelse($chapters as $chapter) @empty @endforelse
Chapter Name Location Schedule Actions
@if($chapter->photo) @endif {{ $chapter->name }}
{{ $chapter->city }}, {{ $chapter->state }} {{ $chapter->meeting_days }} at {{ \Carbon\Carbon::parse($chapter->meeting_time)->format('h:i A') }}
Members Edit
@csrf @method('DELETE')
No chapters found.
{{ $chapters->links() }}