change homepages to contents, add new methods to deliveries and sale_channels by customer
This commit is contained in:
14
resources/views/Admin/Shop/Contents/create.blade.php
Normal file
14
resources/views/Admin/Shop/Contents/create.blade.php
Normal file
@@ -0,0 +1,14 @@
|
||||
@extends('layout.index', [
|
||||
'title' => __('Contenus'),
|
||||
'subtitle' => __('Ajouter un contenu'),
|
||||
])
|
||||
|
||||
@section('content')
|
||||
{{ Form::open([
|
||||
'route' => 'Admin.Shop.Contents.store',
|
||||
'id' => 'homepage-form',
|
||||
'autocomplete' => 'off',
|
||||
]) }}
|
||||
@include('Admin.Shop.Contents.form')
|
||||
</form>
|
||||
@endsection
|
||||
Reference in New Issue
Block a user