[WIP] Refactor project
This commit is contained in:
3
resources/views/vendor/boilerplate/components/form.blade.php
vendored
Normal file
3
resources/views/vendor/boilerplate/components/form.blade.php
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
{!! Form::open($attributes ?? []) !!}
|
||||
{{ $slot }}
|
||||
{!! Form::close() !!}
|
||||
Reference in New Issue
Block a user