@extends('backend.layouts.app')
@section('content')
| Serial |
Photo |
ID |
Name |
Mobile |
Action |
| Serial |
Photo |
ID |
Name |
Mobile |
Action |
@if(sizeof($model) > 0)
@foreach($model as $m)
| {{ ++$sl }} |
@if(file_exists($m->photo))
@else
@endif
|
{{ $m->caddy_id }} |
{{ $m->name }} |
{{ $m->phone_no }} |
|
@endforeach
@endif
@endsection
@section('modal_content')
@endsection
@section('page_script')>
@endsection