@foreach($guests as $guest) @endforeach
Name Mobile Phone Email Address City Province Country CardType,IDcard Birth date Sex License number
Dummy name 082627130*** 021298390*** dummy@example.com Jalan dummy Jakarta Selatan DKI Jakarta Indonesia KTP,21321312312 (without spacing) 8/20/2000 (Month/Date/Year) Laki-laki H 2222 B
{{$guest->name}} {{$guest->mobile}} {{$guest->phone}} {{$guest->email}} {{$guest->address}} {{$guest->city}} {{$guest->province}} {{$guest->country}} {{($guest->id_cardtype ? config('custom.jenis_identitas')[$guest->id_cardtype] : '').','.(@$guest->id_cardno)}} {{dateFormat($guest->birth_date, 'm/d/Y')}} {{is_numeric($guest->sex) ? (config('custom.jenis_kelamin')[$guest->sex]) : $guest->sex}} {{$guest->plat_nomor}}