renaming dir

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 17:34:57 +02:00
parent 09c1e7e3b2
commit 002967136e
106 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
@extends('layout.index', [
'title' => __('shop.species.title'),
'subtitle' => __('shop.species.add'),
'breadcrumb' => [__('shop.species.title'), __('shop.species.add')]
])
@include('boilerplate::load.fileinput')
@section('content')
{{ Form::open(['route' => 'Shop.Admin.species.store', 'id' => 'form', 'autocomplete' => 'off', 'files' => true]) }}
@include('Shop.Admin.species.form')
</form>
@endsection