First commit
This commit is contained in:
commit
7cf3558ba7
12933 changed files with 1180047 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
<div class="text-center mb-16">
|
||||
<h2 class="text-section-title mb-8">{{ $title }}</h2>
|
||||
@if ($description)
|
||||
<p class="text-muted-foreground mb-8 max-w-2xl mx-auto">{{ $description }}</p>
|
||||
@endif
|
||||
|
||||
<div class="card-elevated p-8">
|
||||
@if ($component)
|
||||
<livewire:web.components.{{ $component }} />
|
||||
@else
|
||||
{{ $slot }}
|
||||
@endif
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue