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