first commit
This commit is contained in:
8
resources/views/components/card.blade.php
Executable file
8
resources/views/components/card.blade.php
Executable file
@ -0,0 +1,8 @@
|
||||
<div class="card text-white bg-dark mb-3">
|
||||
<h4 class="card-header">
|
||||
{{ $title }}
|
||||
</h4>
|
||||
<div class="card-body">
|
||||
{{ $slot }}
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user