@php $breadcrumbs = [ 'Quotation List' => url('/quotation_list'), 'Quotation Scan' => '' ]; @endphp @extends('layouts.master') @section('title') Quotation Scan @endsection @section('style') @endsection @section('content')

Quotation Scan Setup

Back
@if (session('error')) @endif
@endsection {{-- ⚠️ สำคัญ: master.blade.php ใช้ @yield('script') (เอกพจน์ ไม่มี s) ดังนั้น section นี้ต้องชื่อ 'script' เท่านั้น ห้ามใช้ 'scripts' --}} @section('script') @viteReactRefresh @vite(['resources/css/app.css', 'resources/js/app.jsx']) {{-- 💡 หมายเหตุ: - ใช้ @vite directive แล้ว ไม่ต้อง rename ไฟล์ใน build/assets อีกต่อไป - แค่สั่ง `npm run build` ที่เครื่อง Local แล้วลากโฟลเดอร์ `public/build` (รวมไฟล์ manifest.json ด้วย!) ผ่าน FileZilla ขึ้นไปทับโฟลเดอร์ `public/build` บนเซิร์ฟเวอร์ - Laravel จะหาไฟล์ JS/CSS ตัวล่าสุดเองอัตโนมัติผ่าน manifest.json ไม่ต้องสนใจชื่อไฟล์ที่มี Hash อีกต่อไป --}} @endsection