@extends('backend.layouts.app') @section('content')
@foreach($ballboys as $ballboy) @endforeach
Serial Photo ID Name Mobile Registration Date Status
{{ (($ballboys->currentPage() -1) * $ballboys->perPage()) + ($loop->index + 1) }} @if(file_exists($ballboy->photo)) @else @endif {{ $ballboy->ballboy_id }} {{ $ballboy->name }} {{ $ballboy->mobile_no }} {{ $ballboy->registration_date }} {{ $ballboy->status_name() }}
@endsection @section('before_body_end') @endsection