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

طلبات

@endsection @section('content')
اوردر رقم: {{$order->id ?? ""}}
حاله الطلب: {!! $order->status() !!}
وقت الطلب: {{$order->created_at}}
اسم الطالب: {{$order->name}}
رقم الهاتف: {{$order->phone}}
رقم هاتف احتياطي: {{$order->backup_phone}}
رقم الواتساب: {{$order->whatsapp_number}}
العنوان : {{$order->address}}
المحافظة : {{$order->gov}} | {{$order->city}}
@csrf @foreach($books as $book) @endforeach
الكمية الكتاب السعر المبلغ
{{$book->title}} {{$book->fees}} 0 جنية مصري
اجمالي المبلغ:
تكلفة الشحن {{$order->shipping_fees}}
اجمالي:

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

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