@extends('frontend.header') @section('content')

Indigo Parking

@if($details != '') @foreach($details as $row)

{{$row->provider_name}}

@if($row->service_type =='ParkingService')

Parking Service

@elseif($row->service_type =='RidingService')

Riding Service

@elseif($row->service_type =='Park&RidingService')

Park & Riding Service

@else

Meet & Greet Service

@endif
@if($row->logo !="") @else @endif
@if($row->provider_rating =="5") @elseif($row->provider_rating =="4") @elseif($row->provider_rating =="3") @elseif($row->provider_rating =="2") @elseif($row->provider_rating =="1") @else @endif

Rating {{$row->provider_rating}} out of 5


Notice: Undefined variable: row in /home/chitr171/public_html/indigoparking/resources/views/frontend/search-result.blade.php on line 64

Notice: Trying to get property 'overview' of non-object in /home/chitr171/public_html/indigoparking/resources/views/frontend/search-result.blade.php on line 64
  Car Park Info

$ {{$row->price}}

@if($row->cancellation =="1")

  Cancellation Cover Available. @else

  Cancellation Cover Available. @endif

@endforeach @endif
@endsection