@extends('dispatch-new.layout') @section('dispatch-content')

Book a Delivery

Personal Details

Pickup Location



@if($request->type == "taxi" || $request->type == "delivery")

Drop Location

@endif @if($request->type == "taxi" || $request->type == "delivery")
@endif @foreach($data as $index => $item) @if($index!=0)
@endif @endforeach
@if($request->type == "rental") @if($app_for !=="taxi" && $app_for !== 'delivery')

Select Transport Types

@endif

Select Package Types

@endif @if($request->type == "delivery" || $request->type == "rental" || $app_for == 'delivery')
@endif

Vehicle Type

@if($request->type == "taxi" || $request->type == "delivery" || $request->type == "rental") @endif
@endsection