@include('header')
Create Invoice
@csrf

Store & GST Details

@if(session('user_type') === 'Superadmin') {{-- Superadmin: Can choose any store --}}
@else {{-- Other users: Read-only dropdown (one option only) --}}
@endif

Customer Details

Invoice & Lens Details

RE (Right Eye)
LE (Left Eye)

Payment Details

@include('footer')