{{--
--}}
Validation Example
@if ($errors->any())
@endif
@if (Session::has('msg'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{--
@endif
Success
--}}{{ Session::get('msg') }}
@if(isset($records) && !empty($records) && count($records))
@endif
| Sl No. | Client Name | Phone | Birthday | |
|---|---|---|---|---|
| {{$index + $records->firstItem()}} | {{$singleData['driver_name']}} | @if($singleData['driver_phone'] != '') +{{$singleData['driver_isd_code']}}{{$singleData['driver_phone']}} @endif | {{$singleData['driver_email']}} | @if($singleData['dob'] != '') {{date("Y/m/d", strtotime($singleData['dob']))}} @endif |
@if(isset($records) && count($records)) {{ $records->appends($_GET)->links('pagination::bootstrap-4') }} @endif