Jetstream dashboard
This commit is contained in:
9
resources/views/vendor/jetstream/components/section-title.blade.php
vendored
Normal file
9
resources/views/vendor/jetstream/components/section-title.blade.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<div class="md:col-span-1">
|
||||
<div class="px-4 sm:px-0">
|
||||
<h3 class="text-lg font-medium text-gray-900">{{ $title }}</h3>
|
||||
|
||||
<p class="mt-1 text-sm text-gray-600">
|
||||
{{ $description }}
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
Reference in New Issue
Block a user