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