@extends('layouts.buraq-admin') @section('content')

Orders

@foreach($orders as $o)@endforeach
OrderCustomerPhoneProductTotalStatus
{{$o->order_no}}{{$o->customer_name}}{{$o->phone}}{{$o->product?->name}}৳{{$o->total}}
@csrf @method('PUT')
{{$o->address}}
{{$orders->links()}}
@endsection