6 lines
168 B
PHP
6 lines
168 B
PHP
|
@extends('layouts.application')
|
||
|
|
||
|
@section('content')
|
||
|
@include('deliveries.form', ['route' => route('deliveries.update', $delivery), 'method' => 'PUT'])
|
||
|
@endsection
|