Rename Admin views directory, add some functions on models
This commit is contained in:
9
resources/views/Admin/Shop/Packages/form.blade.php
Normal file
9
resources/views/Admin/Shop/Packages/form.blade.php
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="row">
|
||||
<div class="col-md-8">
|
||||
{{ Form::label('name', 'Valeur') }}
|
||||
@include('components.input', ['name' => 'value', 'value' => $package['value'] ?? null, 'required' => true])
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@include('components.save')
|
||||
Reference in New Issue
Block a user