@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); @endphp
{{ $title }}
{{ $date }}
ID
Name
Contact No
Birth Date
Birth Time
@php $no = 0; @endphp @foreach ($customers as $cus)
{{ ++$no }}
{{ $cus->name }}
{{ $cus->contactNo }}
{{ date('d-m-Y', strtotime($cus->birthDate)) ? date('d-m-Y', strtotime($cus->birthDate)) : '--' }}
{{ $cus->birthTime }}
@endforeach