summaryrefslogtreecommitdiff
path: root/workbench/resources/views/components/table/card-table.blade.php
blob: a08f400b3d1b9857c51a2ca26151e9d329f3a1f7 (plain)
1
2
3
4
5
6
@props(['title'])
<div class="card">
    <h2 class="card-header">
        {{ $title }}
    </h2>
    {{ $slot }}