@extends('layouts.app') @push('css') @endpush @section('content') @include('includes.bread_crumb_with_header', [ 'header' => 'Orders', 'bread_crumbs' => ['Home' => "","paid"=>""], ])
Actions Order Number Customer Name Quantity Sold for Total Date sold Date Buyer Paid PostCode Actions
View Order Details 13-4000-456-789 John Wick 61 1 (54 Available) $100 $100 8 Nov 2022 PR3 6PP Actions
@endsection @push('script') @endpush