@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

طلبات

@endsection @section('content')
اوردر رقم: {{$order->id ?? ""}}
وقت الطلب: {{$order->created_at}}
اسم الطالب: {{$order->name}}
رقم الهاتف: {{$order->phone}}
رقم هاتف احتياطي: {{$order->backup_phone}}
رقم الواتساب: {{$order->whatsapp_number}}
العنوان : {{$order->address}}
المحافظة : {{$order->gov}} | {{$order->city}}
تعديل بيانات
@csrf
@error('name') {{ $message }} @enderror
@error('phone') {{ $message }} @enderror
@error('backup_phone') {{ $message }} @enderror
@error('gov') {{ $message }} @enderror
@error('gov') {{ $message }} @enderror
@error('address') {{ $message }} @enderror
@foreach($order->details as $item) @endforeach
الكمية الكتاب السعر المبلغ
{{$item->qty}} {{$item->fees}} {{$item->amount}} جنية مصري

تاريخ الطلب {{$order->created_at}}

اجمالي المبلغ: {{$order->amount}}
تكلفة الشحن {{$order->shipping_fees}}
اجمالي: {{$order->total_amount}}
@can('book-orders-change-status') {!! $order->statusAction() !!} @endcan

خطوات الاوردر

@foreach ($order->logs as $log) @endforeach
@endsection @section('script') @endsection