@if(!empty($filed)) @foreach($filed as $key => $each_field) @endforeach @endif @if(!empty($user)) @foreach($user as $key => $user) @if(!empty($user->app_number)) @endif @if(!empty($user->IP_Address)) @endif @if(!empty($user->language)) @endif @if(!empty($user->language_other_options)) @else @endif @if(!empty($user->recipient_gift_status)) @endif @if(!empty($user->address)) @endif @if(!empty($user->unit_no)) @elseif($export_type=='all') @endif @if(!empty($user->gate_code)) @elseif($export_type=='all') @endif @if(!empty($user->first_name)) @endif @if(!empty($user->last_name)) @endif @if(!empty($user->contact_no)) @endif @if(!empty($user->email)) @endif {{-- ok --}} @if(!empty($user->no_of_people_lived)) @elseif($export_type=='all') @endif @if(!empty($user->member_of_household)) @elseif($export_type=='all') @endif @if(!empty($user->relationship_type)) @elseif($export_type=='all') @endif @if(!empty($user->relation_name)) @elseif($export_type=='all') @endif @if(!empty($user->package_pickup_status)) @elseif($export_type=='all') @endif @if(!empty($user->pickup_date)) @elseif($export_type=='all') @endif @if(!empty($user->delivery_date)) @elseif($export_type=='all') @endif @if(!empty($user->residence)) @elseif($export_type=='all') @endif @endforeach @endif
{{ $each_field }}
{{$user->app_number}}{{$user->IP_Address}}{{ucfirst($user->language)}}{{$user->language_other_options}}{{'N/A'}}{{$user->recipient_gift_status}}{{$user->address}}{{$user->unit_no}}{{'N/A'}}{{$user->gate_code}}{{'N/A'}}{{$user->first_name}}{{$user->last_name}}{{$user->contact_no}}{{$user->email}}{{$user->no_of_people_lived}}{{'N/A'}}{{$user->member_of_household}}{{'N/A'}}{{$user->relationship_type}}{{'N/A'}}{{$user->relation_name}}{{'N/A'}}{{$user->package_pickup_status}}{{'N/A'}}{{$user->pickup_date}}{{'N/A'}}{{$user->delivery_date}}{{'N/A'}}{{$user->residence}}{{'N/A'}}