@extends("include") @section("body")
المبيعات


@foreach($allConfirmedOrders as $order) @endforeach
السعر الكلي صافي المبلغ الخصم الضريبه رقم الفاتورة
{{$order->total_amount}} {{$order->net_amount}} {{$order->discount}} {{$order->tax_amount}}
السعر الكلي صافي المبلغ الخصم الضريبه رقم الفاتورة
{{-- //main category--}} {{-- end all packages--}}
{{-- eeeeeeeeeeeee--}} @endsection