@extends('layouts.admin') @section('title', 'Edit Delivery') @section('content')
@csrf @method('PATCH')
@endsection