@stack('styles')
@yield('page_title', 'Stock Management & GST Billing') @php $companyHeader = \App\Models\CompanySetting::first(); @endphp @if($companyHeader) {{ $companyHeader->company_name }} | GSTIN: {{ $companyHeader->gstin }} (State {{ $companyHeader->state_code }}) @endif
@if(session('success')) @endif @if(session('warning')) @endif @if(session('error')) @endif @if ($errors->any()) @endif @yield('content')
@stack('scripts')