@php $faviconPath = \App\Models\Setting::get('favicon'); $faviconUrl = $faviconPath ? \Illuminate\Support\Facades\Storage::url($faviconPath) : null; @endphp @yield('title', 'TechEx Store') | {{ \App\Models\Setting::get('site_name', 'TechEx Store') }} @if($faviconUrl) @endif @stack('styles')
@yield('content')
@stack('scripts') @yield('scripts') @if(session('success')) @endif @if(session('error')) @endif