@php $i = 1; @endphp @extends('layout.index') @section('content')
Hello, {{$data->name ?? ''}}
From your account dashboard. you can easily check & view your recent orders, manage your shipping and billing addresses and edit your password and account details.
| Order | Image | Name | Total | Action |
|---|---|---|---|---|
| {{$i++}} | {{$order->product_name}} | ${{$total}} | View |
{{$address->house_no ?? ''}} {{$address->landmark ?? ''}} {{$address->city ?? ''}}, {{$address->state ?? ''}},
{{$address->country ?? ''}} {{$address->pincode ?? ''}}