@yield('head')
@php $isCustomerAuthMinimal = trim($__env->yieldContent('customer_auth_minimal')) === '1'; @endphp {{-- Page Script: File: customer.js Location: public/common/js/customer.js Used For: customer page specific actions. --}} @if(! $isCustomerAuthMinimal) @include('partials.customer-header') @endif @yield('content') @include('partials.customer-footer') @stack('scripts')