@extends('layouts.app') @section('title', 'Edit Quotation Booking | Saai Cards') @section('content')

Edit Booking: {{ $booking->booking_no }}

Update the quotation booking details below.

Back to List
@csrf @method('PUT') @php $item = $booking->items->first(); @endphp

Auto: Unit Total × Quantity (editable)

Cancel
@endsection @stack('scripts')