Add tariff unities management
This commit is contained in:
11
resources/views/Admin/Shop/TariffUnities/create.blade.php
Normal file
11
resources/views/Admin/Shop/TariffUnities/create.blade.php
Normal file
@@ -0,0 +1,11 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('shop.tariff_unities.title'),
|
||||
'subtitle' => __('shop.tariff_unities.add'),
|
||||
'breadcrumb' => [__('shop.tariff_unities.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
{{ Form::open(['route' => 'Admin.Shop.TariffUnities.store', 'id' => 'tariff_unity-form', 'autocomplete' => 'off']) }}
|
||||
@include('Admin.Shop.TariffUnities.form')
|
||||
</form>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user