@extends("Site.Layouts.blank") @section ("content")
@include('Site.UserPages._welcomeUser')
Home

>

My Orders

My Orders

@include('Site.UserPages._userSideMenu',['selected' => 'orders'])

My Orders

🚧 Products Coming Soon!

We're working hard to bring you our new product line. Stay tuned!

{{-- @if($Boxes->isEmpty())

You have no orders yet.

@endif
@foreach($Boxes as $Box)

{{ucfirst($Box->delivery_status)}}

Initiation Data: {{$Box->created_at->toDateString()}} ({{$Box->created_at_diff}})

Order ID: #{{$Box->id}}

Delivery Time: {{$Box->date}} ({{$Box->slot}})

AED {{$Box->final_price}}

@endforeach
--}}
{{$Boxes->onEachSide(5)->links('pagination::tailwind')}}

@endsection