@extends('layouts.admin') @section('admin-content')

All Clubs

Manage all clubs on the platform

@if($clubs->count() > 0)
@foreach($clubs as $club) @endforeach
{{ $clubs->links() }}
@else
No Clubs Found

@if($search) No clubs match your search criteria. @else Get started by creating your first club. @endif

@if(!$search) @endif
@endif
@push('styles') @endpush @push('scripts') @endpush @endsection