{{ $data->business_name }}
@if($data->bussiness_name_ps)| Phone | {{ $data->business_phone }} |
|---|---|
| {{ $data->business_email ?? '-' }} | |
| Address | {{ $data->business_address ?? '-' }} |
| {{ $data->business_whats_app ?? '-' }} | |
| Website | {{ $data->business_website ?? '-' }} |
| {{ $data->business_facebook ?? '-' }} | |
| Business Type | @if($data->business_type == 1) Tread @elseif($data->business_type == 2) Production @else - @endif |
| Date Type | @if($data->date_type == '1' || strtolower($data->date_type) == 'shamsi') Shamsi @elseif($data->date_type == '2' || strtolower($data->date_type) == 'miladi') Miladi @else - @endif |
| Each Report | @if((int)$data->each_one_report === 1) ON @else OFF @endif |