@extends('layouts.app') @section('content') @include('partials.home_menu.menu')

clipboardDelivery Notes




@foreach($delivery_notes as $note) id")}}'"> @endforeach
Double Click to View More Details
Order # Payment # Status Delivery Address Created At Updated At
{{$note->reference}} {{$note->reference}} {{$note->status}} {{$note->billing_address}} {{$note->created_at}} {{$note->updated_at}}


@endsection