@extends('layout.index', [ 'title' => __('shop.deliveries.title'), 'subtitle' => __('shop.deliveries.add'), 'breadcrumb' => [__('shop.deliveries.title'), __('shop.deliveries.add')] ]) @section('content') {{ Form::open(['route' => 'Admin.Shop.Deliveries.store', 'id' => 'delivery-form', 'autocomplete' => 'off']) }} @include('Admin.Shop.Deliveries.form') @endsection