@extends('layouts.LayoutMaster') @section('content')

Edit DeliveryNote

@method('PATCH') @csrf @include('delivery-note.form')
Update
@endsection