@extends('backend/layouts/app')
@section('content')
| Serial |
Name |
Short Name |
Contact Info. |
Action |
@foreach($other_clubs as $club)
| {{(($other_clubs->currentPage()-1) * $other_clubs->perPage()) + ($loop->index + 1)}} |
{{$club->name}} |
{{$club->short_name}} |
{{$club->contact_info}} |
|
@endforeach
@endsection
@section('page_script')
@endsection