|
CUSTOMER DETAILS :
Name : {{$cust_obj[0]->cust_name}}
@if(!empty($cust_obj[0]->email))
Email : {{$cust_obj[0]->email}}
@endif
@if(!empty($cust_obj[0]->mobile))
Phone : {{$cust_obj[0]->mobile}}
@endif
|
CHALLAN DETAILS :
Driver Name : {{$cust_obj[0]->dri_name}}
Vehicle No : {{$cust_obj[0]->vehicle_no}}
Phone : {{$cust_obj[0]->dri_mobile}}
|