@extends('layouts.app') @section('title', 'Complain ERP — Voucher') @section('content') {{-- ============================================================= Single-voucher shell: - On load: fetch('/api/complain/{cs_no}') → render voucher - No list view — everything else is out of scope. ============================================================= --}}
{{-- ---- Loading skeleton (shown before API responds) — workshop-themed ---- --}}
Preparing your complaint sheet CS No {{ $csNo }} — fetching workshop records...
{{-- Content-shaped skeleton so the wait mirrors the sheet that's coming. --}}
{{-- ---- Error state (shown if the CS number is invalid / not found / locked / auth fails) ---- --}} {{-- ============================================================= VOUCHER VIEW ============================================================= --}}
{{-- ---- Mobile sticky quick-action bar (Call) ---- --}} @endsection @push('scripts') @endpush