Files
opensem/resources/views/Admin/Shop/Unities/create.blade.php
Ludovic CANDELLIER c3a05640ab Fixes
2021-08-24 23:41:10 +02:00

12 lines
337 B
PHP

@extends('layout.index', [
'title' => __('shop.unities.title'),
'subtitle' => __('shop.unities.add'),
'breadcrumb' => [__('shop.unities.title')]
])
@section('content')
{{ Form::open(['route' => 'Admin.Shop.Unities.store', 'id' => 'unity-form', 'autocomplete' => 'off']) }}
@include('Admin.Shop.Unities.form')
</form>
@endsection