@extends('backend.layouts.pdf') @section('content')
| Serial | Photo | ID | Name | Mobile | Registration Date | Status |
|---|---|---|---|---|---|---|
| {{ ++$sl }} |
@if(file_exists($m->photo))
|
{{ $m->caddy_id }} | {{ $m->name }} | {{ $m->phone_no }} | {{ $m->registration_date }} | {{ $m->status_name }} |