parent
88acdbcc28
commit
f03da92152
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
||||||
{{ csrf_field() }}
|
{{ csrf_field() }}
|
||||||
<div class="alert alert-danger" id="modal_error_msg" style="display:none">
|
<div class="alert alert-danger" id="modal_error_msg" style="display:none">
|
||||||
</div>
|
</div>
|
||||||
@include('modals.partials.name')
|
@include('modals.partials.name', ['required' => 'true'])
|
||||||
<input type="hidden" name='category_type' id="modal-category_type" value="{{ request('category_type') }}" />
|
<input type="hidden" name='category_type' id="modal-category_type" value="{{ request('category_type') }}" />
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue