@extends('dispatch.layout') @push('dispatch-css') @endpush @section('dispatch-content') {{ app_name() ?? 'Tagxi' }} @if (request()->route()->getName() != 'dispatcherProfile') {{ ucfirst(auth()->user()->name) }} {{-- Profile --}} Logout @else Back @endif User Details {{ $errors->first('name') }} {{ $errors->first('phone') }} {{-- Receiver Details Same as Sender {{ $errors->first('receiverName') }} {{ $errors->first('receiverPhone') }} --}} Location Details {{ $errors->first('pickup') }} {{ $errors->first('drop') }} {{-- Truck Type Open Closed Any --}} Vehicle Type Packages Start Date {{ $errors->first('date') }} Start Time {{ $errors->first('time') }} Payment Method Cash {{ $errors->first('payment_opt') }} {{-- Success! --}} Book - - - - - - - - - @push('booking-scripts') @endpush
Success!