@extends('admin.layouts.master') @section('headerFiles') @endsection @section('content')
Brand name {{$restaurent->brand_name}}
Food Preperation Time {{$restaurent->preparation_unit.' '.$restaurent->preparation_time}}
@php $config = \App\Models\Config::get(['tax_rate','delivery_fee','admin_commission'])->first(); @endphpCommission (%) @if($customer->commission>0){{$customer->commission}}@else{{$config->admin_commission}}@endif
Delivery Fee @if($customer->delivery_fee > 0 ){{$customer->delivery_fee}}@else{{$config->delivery_fee}} @endif
Start Time {{date('h:i A', strtotime($customer->start_time))}}
End Time {{date('h:i A', strtotime($customer->end_time))}}
City @if($customer->city) {{$customer->city->city_name_en}} @endif @if($customer->country) , {{$customer->country->country_name}} @endif
Bank | @if($customer->bank){{ $customer->bank->name_en }}@endif |
Account number | {{ $customer->account_no }} |
IBAN | {{ $customer->ifsc }} |
Swift Code | {{ $customer->swift }} |
Branch | {{ $customer->bank_branch }} |
Beneficiary Name | {{ $customer->benificiary }} |
Emirates Id | @if($customer->emirates_id) {!! viewDocument($customer->emirates_id) !!} {!! downloadDocument($customer->emirates_id) !!} @endif |
Passport | @if($customer->passport_id) {!! viewDocument($customer->passport_id) !!} {!! downloadDocument($customer->passport_id) !!} @endif |
Trade License | @if($customer->trade_license) {!! viewDocument($customer->trade_license) !!} {!! downloadDocument($customer->trade_license) !!} @endif |
Bank Account Proof | @if($customer->bank_account_proof) {!! viewDocument($customer->bank_account_proof) !!} {!! downloadDocument($customer->bank_account_proof) !!} @endif |
Residency Visa | @if($customer->visa_copy) {!! viewDocument($customer->visa_copy) !!} {!! downloadDocument($customer->visa_copy) !!} @endif |
Emirates Id | {!! previewDocuments($customer->emirates_id) !!} View Download |
Passport | {!! previewDocuments($customer->passport_id) !!} View Download |
Trade License | {!! previewDocuments($customer->trade_license) !!} View Download |
Bank Account Proof | {!! previewDocuments($customer->bank_account_proof) !!} View Download |
Visa | {!! previewDocuments($customer->visa_copy) !!} View Download |