@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')
| الكمية | الكتاب | السعر | المبلغ |
|---|---|---|---|
| {{$item->qty}} | {{$item->fees}} | {{$item->amount}} جنية مصري |
تاريخ الطلب {{$order->created_at}}
| اجمالي المبلغ: | {{$order->amount}} |
|---|---|
| تكلفة الشحن | {{$order->shipping_fees}} |
| اجمالي: | {{$order->total_amount}} |