@extends('admin.layouts.app') @section('title', 'Shipment Note Detail') @section('page_title', 'Shipment Note Detail') @section('content')
Shipment Note #{{ $shipmentNote->id }}
Edit Back
ID {{ $shipmentNote->id }}
Note {{ $shipmentNote->note }}
Created {{ $shipmentNote->created_at->format('d-m-Y h:i A') }}
Updated {{ $shipmentNote->updated_at->format('d-m-Y h:i A') }}
@endsection