@vite(['resources/css/app.css', 'resources/js/app.js']) @php($publicStorage = \Illuminate\Support\Facades\Storage::disk('public'))
@if (!empty($siteSettings['branding.logo_path'] ?? null) && $publicStorage->exists($siteSettings['branding.logo_path'])) {{ $siteSettings['footer.company_name'] ?? config('app.name', 'Services') }} @endif {{ $siteSettings['footer.company_name'] ?? config('app.name', 'Services') }}
Home Services Blog About Us Contact Us @php($hotline = trim((string) ($siteSettings['contact.hotline'] ?? ''))) @if ($hotline !== '') {{ $hotline }} @endif Cart ({{ \App\Support\Cart::count() }}) @if(\Illuminate\Support\Facades\Auth::guard('customer')->check()) Order List Tickets Profile
@csrf
@else Sign in Sign up @endif
@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif @yield('content')
Get Your quote
@php($quoteCustomer = \Illuminate\Support\Facades\Auth::guard('customer')->user()) @php($quoteServices = \App\Models\Service::query()->where('is_active', true)->orderBy('sort_order')->orderBy('name')->get(['id','name']))
@csrf