@extends('layouts.app') @section('content') @include('partials.home_menu.menu')
| Order # | Payment # | Status | Delivery Address | Created At | Updated At |
|---|---|---|---|---|---|
| {{$note->reference}} | {{$note->reference}} | {{$note->status}} | {{$note->billing_address}} | {{$note->created_at}} | {{$note->updated_at}} |