Significant changes
Added several components and features too long to list here
This commit is contained in:
27
resources/views/components/card.blade.php
Normal file
27
resources/views/components/card.blade.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<div class="card" id="{{$id}}">
|
||||
<!-- Let all your things have their places; let each part of your business have its time. - Benjamin Franklin -->
|
||||
|
||||
<div class="card-header">
|
||||
|
||||
<div class="card-title">
|
||||
<h3>{{$cardTitle}}</h3>
|
||||
</div>
|
||||
|
||||
{{$cardHeader}}
|
||||
|
||||
</div>
|
||||
|
||||
<div class="card-body">
|
||||
|
||||
{{$slot}}
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="card-footer {{$footerStyle}}">
|
||||
|
||||
{{$cardFooter}}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user