Initial Commit
This commit is contained in:
commit
ddf09fe00c
113 changed files with 187148 additions and 0 deletions
3
resources/views/components/form-section.blade.php
Normal file
3
resources/views/components/form-section.blade.php
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
<div {!! $attributes->merge(['class' => "px-4 py-2 border rounded"]) !!}>
|
||||
{{ $slot }}
|
||||
</div>
|
||||
Reference in a new issue