@extends('layouts.app') @section('title', 'Edit Delivery') @section('content')

Edit Delivery

@csrf @method('PUT')
Back
@endsection