This commit is contained in:
Burak Civan
2022-08-16 17:22:59 +03:00
70 changed files with 2456 additions and 132 deletions

View File

@ -5,7 +5,9 @@
<div class="w-full sm:w-6/12 items-center mb-3 sm:mb-0">
<div class="flex items-center">
<h1 class="flex items-center text-2xl xl:text-5xl text-black font-light -ml-0.5">
{!! $title !!}
<x-title>
{!! $title !!}
</x-title>
@yield('dashboard_action')
</h1>

View File

@ -5,7 +5,9 @@
<div class="w-full sm:w-6/12 items-center mb-3 sm:mb-0">
<div class="flex items-center">
<h1 class="flex items-center text-2xl xl:text-5xl text-black font-light -ml-0.5">
{!! $title !!}
<x-title>
{!! $title !!}
</x-title>
@yield('dashboard_action')
</h1>

View File

@ -5,7 +5,9 @@
<div class="w-full sm:w-6/12 items-center mb-3 sm:mb-0">
<div class="flex items-center">
<h1 class="flex items-center text-2xl xl:text-5xl text-black font-light -ml-0.5">
{!! $title !!}
<x-title>
{!! $title !!}
</x-title>
@yield('dashboard_action')
</h1>