@extends('web.layouts.container') @section('css') @endsection @section('content')
@if(count($orders))
{{$netTotal ? 'اختار طريقة الدفع' : 'إدفع الآن'}}
@if($netTotal) @if(array_key_exists('bank_account', settings()) && settings('bank_account'))
@endif @if(array_key_exists('mada', settings()) && settings('mada'))
@endif @if(array_key_exists('visa_master', settings()) && settings('visa_master'))
@endif @if(array_key_exists('coupons', settings()) && settings('coupons'))
كوبون الخصم (إن وجد)
@endif
رفع صوره الايصال
أضغط لرفع الصوره
@else
@endif
@if($orders) @foreach($orders as $order) @endforeach @endif
المنتج إسم المنتج الكميه السعر
{{$order->name}}
{{$order->product_order_amount}}

{{$order->price*$order->product_order_amount}} SAR

{{--

{{$order->discount ? ($order->price-$order->discount)*$order->amount : 0}}

--}}
الإجمالي
{{$netTotal}} SAR
ضريبه القيمه المضافه
{{$addedValueAmount}} SAR
الخصم
SAR
المجموع
{{$total}} SAR
@else
ليس لديك أي منتجات في السلة!

اضغط هنا لتصفح منتجاتنا

@endif
@if(count($bankAccounts)) @foreach($bankAccounts as $bankAccount)
{{$bankAccount->name}}
رقم الحساب

{{$bankAccount->account_number}}

رقم الآيبان

{{$bankAccount->iban}}

@endforeach @endif
@endsection @section('inner_js') @endsection