@extends('admin.layout.master') @push('css') @endpush @section('content')
{{setting('site_name')}}

الفاتوره

رقم الطلب .

{{$order->order_number}}

تاريخ الطلب

{{$order->created_at}}

Recipient

{{$order->user->name}}

{{\App\Models\Government::findOrFail($orderShipping->government_id)->name}} , {{\App\Models\Region::findOrFail($orderShipping->region_id)->name}}

@lang('admin.block') : {{$orderShipping->block}} - @lang('admin.street_name') : {{$orderShipping->gada}}

@lang('admin.Jade') : {{$orderShipping->jada}} - @lang('admin.building') : {{$orderShipping->building}}

@lang('admin.floor') : {{$orderShipping->floor}} - @lang('admin.room_number') : {{$orderShipping->room_number}}

{{$order->user->email}}

{{$order->user->phone}}

@foreach($order->products as $product) @endforeach
الاسم الكميه السعر المجموع
{{$product->name}} {{$product->pivot->quantity}} {{$product->pivot->price}} {{number_format($total_price , 3)}}
SUBTOTAL {{$tott}} KWD
Shipping Cost {{$order->price_ship}} KWD
DISCOUNT ({{ $checkCoupons != null ? $checkCoupons->value : 0}}%) {{ $checkCoupons != null ? $checkCoupons->value : 0}} %
TOTAL {{$tott + $order->price_ship }} KWD
@endsection @push('js') @endpush