@extends('backend.layouts.app') @section('title', 'All Club List') @push('style') @endpush @section('content')
All Club
@foreach ($clubs as $index => $club) @endforeach
# Image Club Name Actions
{{ $index + 1 }} Img {{ $club->name }}
{{ $clubs->links() }}
@endsection @push('script') @endpush