@php $gaId = isset($appSettings) && $appSettings->google_analytics_id ? $appSettings->google_analytics_id : null; @endphp @if($gaId) @endif @hasSection('meta') @yield('meta') @else @endif @yield("title") | {{ config('app.name') }} {!! isset($appSettings) && $appSettings->pixel_code ? $appSettings->pixel_code : '' !!} @yield("style")
@if(session('success')) @endif @if(session('error')) @endif @if(session('info')) @endif @if($errors->any()) @endif
loader
My Menu
    @php $socialMedia = $appSettings->social_media ?? []; @endphp @forelse($socialMedia as $social)
  • @empty @endforelse
@yield("content")
My Cart
Total : ৳${Math.round(totals.total)}
@php $tawk = config('services.tawk.key'); @endphp @if($tawk) @endif
@yield("script")