@yield('content')
{{-- @yield('css_before') --}} @php $auth_tenant = App\Models\User::where('id', Auth::user()->creatorId())->first(); $auth_tenant_setting = App\Models\Setting::where('user_id', $auth_tenant->id)->first(); @endphp @if(isset($auth_tenant_setting)) @else @endif {{-- gt css --}} {{-- for chat emoji --}} {{-- --}} @yield('css_after')