@extends('layouts.app') @push('css') @endpush @section('content')
@include('CityCityTransportation::frontend.form.form')
INFORMATION
{{-- ----start box---- --}}
From:{{ ucfirst(Request()->from_location) }}
To:{{ ucfirst(Request()->to_location) }}

{{ Request()->passengers }}


{{ date('m-d-Y', strtotime(Request()->date)) }}

{{-- ----end box---- --}}
{{-- list car --}} @foreach ($CarTypes as $CarType)
{{ $CarType->airport->name??'' }}
{{ $CarType->CarSeat->seat ??'' }}
from
{{format_money_main($CarType->price_city)}} /day
@endforeach {{-- list car --}}
@endsection @push('js') @endpush