@if ($order_installment)

{{__('messages.Installment')}} {{$order_installment->installment_order}}

@endif
branch_id {{__('messages.Select Pay in Branch')}} @foreach(\App\Models\Branch::all() as $branch) @endforeach
payment_method_id {{__('messages.Payment Method')}} @foreach(\App\Models\PaymentMethod::whereIn("id" ,[1,2,3,4])->orWhere("id" ,">" ,7)->get() as $payment_method) @endforeach
@if ($payment_method_id == 2)
payment_machine_id {{__('messages.Payment Machine')}} @foreach(\App\Models\PaymentMachine::get() as $payment_machine) @endforeach
@elseif ($payment_method_id == 3)
{{-- @php $payment_branch_object= \App\Models\Branch::find($branch_id); // $company_id = ( $payment_branch_object) ? $payment_branch_object->company_id:null; @endphp --}} bank_account_id {{__('messages.Bank Account')}} @foreach(\App\Models\BankAccount::get() as $bank_account) @endforeach
@if ($this->bank_transfer_receipt_file)

{{__('messages.Customer Bank Transfer Receipt Added')}}

{{$this->bank_transfer_receipt_file->name}} {{$bank_transfer_receipt}} delete_bank_transfer_receipt mt-1
@else
@can('add customer_files') @livewire('customer-file-component', ['customer' => $order->account ,'title' =>"Add Bank Transfer Receipt" ,'file_type_id'=>4]) @endcan
@endif
@endif
@if ($payment_method_id <= 3 or $payment_method_id >7) @can('add receipt_no')
@endcan @can('add order created_at')
@endcan @endif