mirror of
https://github.com/dyzulk/santulitam-temp.git
synced 2026-01-27 07:05:40 +07:00
first commit
This commit is contained in:
16
resources/views/vendor/filament-breezy/components/grid-section.blade.php
vendored
Normal file
16
resources/views/vendor/filament-breezy/components/grid-section.blade.php
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
@props(['title','description'])
|
||||
<x-filament::grid @class(["pt-6 gap-4 filament-breezy-grid-section"]) {{ $attributes }}>
|
||||
|
||||
<x-filament::grid.column>
|
||||
<h3 @class(['text-lg font-medium filament-breezy-grid-title'])>{{$title}}</h3>
|
||||
|
||||
<p @class(['mt-1 text-sm text-gray-500 filament-breezy-grid-description'])>
|
||||
{{$description}}
|
||||
</p>
|
||||
</x-filament::grid.column>
|
||||
|
||||
<x-filament::grid.column>
|
||||
{{ $slot }}
|
||||
</x-filament::grid.column>
|
||||
|
||||
</x-filament::grid>
|
||||
Reference in New Issue
Block a user