Rename Admin views directory, add some functions on models
This commit is contained in:
13
resources/views/Admin/Shop/Tariffs/create.blade.php
Normal file
13
resources/views/Admin/Shop/Tariffs/create.blade.php
Normal file
@@ -0,0 +1,13 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Shop.tariffs.title'),
|
||||
'subtitle' => __('Shop.tariffs.add'),
|
||||
'breadcrumb' => [__('Shop.tariffs.title')]
|
||||
])
|
||||
|
||||
@section('content')
|
||||
|
||||
{{ Form::open(['route' => 'Admin.Shop.Tariffs.store', 'id' => 'tariff-form', 'autocomplete' => 'off']) }}
|
||||
@include('Admin.Shop.Tariffs.form')
|
||||
</form>
|
||||
|
||||
@endsection
|
||||
Reference in New Issue
Block a user