@php
$tenant = App\Models\User::where('id', Auth::user()->creatorId())->first();
$tenant_setting = App\Models\Setting::where('user_id', $tenant->id)->first();
@endphp
{{ config('chatify.name') }} - {{@$tenant->company_name}}
{{-- Meta tags --}}
@if(isset($tenant_setting))
@else
@endif
{{-- scripts --}}
{{-- styles --}}
{{-- --}}
@yield('links')
{{--
--}}
{{-- gt css --}}
{{-- Messenger Color Style--}}
@include('Chatify::layouts.messengerColor')
@include('layouts.flashMessage')