@extends('admin.layouts.dashboard') @section('style') @endsection @section('content')
| Order Id | - | {{$order->order_no}} | |
| Transaction Id | - | {{$order->transaction}} | |
| Costomer Name | - | {{$order->email}} | |
| No. of Items | - | {{$order->items}} |
| Sno. | Image | Name | Quantity |
|---|---|---|---|
| {{ $loop->iteration }} | {{$item->name}} |
{{$item->qty}} |
| Name | - | {{$order->del_name}} | |
| AGE | - | {{$order->del_age}} | |
| Contact Number | - | {{$order->del_phone}} | |
| Information | - | {{$order->del_info}} |