@php
$settingValue = getSuperAdminSettingValue();
@endphp
{{-- --}}
@yield('title') | {{ $settingValue['app_name']['value']}}
{{-- --}}
{{-- --}}
@stack('style_stack')
@routes
{{-- --}}
{{-- --}}
{{-- --}}
{{-- --}}
@yield('scripts')
@stack('scripts_stack')
@include('landing.layouts.header')
@yield('content')
@include('landing.layouts.footer')
@if(!empty( $settingValue['home_page_support_link']['value']))
@endif
{{-- @yield('scripts') --}}