@php $logo = DB::table('systemflag') ->where('name', 'AdminLogo') ->select('value') ->first(); @endphp
AstroGuru image

{{ $title }}

{{ $date }}

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