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