{{ Form::open(['route'=> 'reviewBook']) }} {{ Form::hidden('formJSON', json_encode($form->getAttrib())) }}
@if(count($cars)!= 0)
Results
@else

Sorry!! We didn't find any vehicles that match your criteria @if($error)

An error occured while fetching results : {{ $error }}
@endif

@endif
@if(count($cars)!= 0) @foreach ($cars as $car)
{{ $car->getModel() }} @if( !is_null( $car->getAgencyObj() ) ) @endif

{{ $car->getModel() }}

{{ $car->getPassengers() }} passengers

{{ $car->getBaggage() }} suitcases

{{ $car->getDoorCount() }} doors

@if ( $car->getTransmission_type() === "Automatic")

{{ $car->getTransmission_type() }} transmission

@endif @if ($car->getHas_condition() === "true")

Air Condition

@endif @if ($car->getIs_unlimited_miles() === "true")

Unlimited free miles included

@endif