@extends('layouts.app') @section('title', 'Edit Booking') @section('page-title', 'Edit Booking') @section('content')

Edit Booking

بکنگ میں ترمیم کریں

Update booking details below

Booking Details: {{ $booking->cntr_no }} بکنگ کی تفصیلات

@csrf @method('PUT') @if ($errors->any())

Please fix the following errors:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Receiver Details (Optional) وصول کنندہ کی تفصیلات

Cargo Items سامان کی تفصیلات

Description PCS Ctn Weight Vol Rate Amount Action
Total: 0 0 0.00 0.00 Rs. 0.00

Payment Details ادائیگی کی تفصیلات

Rs.
Rs.
Rs.
Rs.
Cancel
@endsection