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