{{--
--}}
{{-- --}}
@yield('content')
{{--
--}}
@php $tenant = App\Models\User::where('id', Auth::user()->creatorId())->first(); $tenant_setting = App\Models\Setting::where('user_id', $tenant->id)->first(); @endphp