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

{{ __('Edit Delivery') }}

@csrf @method('PUT')
{{ __('Cancel') }}
@endsection