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

Create New Booking

Fill in the details below

@if(request('type') == 'international') International {{ request('country') ? '- ' . request('country') : '' }} @else Domestic @endif

Booking Information

@csrf @if ($errors->any())

Please fix the following errors:

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

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

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

کل رقم: TOTAL: Rs. 0.00

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

Rs.
Rs.
Rs.
Rs.
Cancel
@endsection