@extends('layouts.app') @section('title', 'Holiday Parking - Home') @section('content') {{-- --}} {{-- @include('partials.search-inline', ['filters' => $filters])--}} {{-- --}} @include('partials.search-inline-new', ['filters' => $filters]) Showing best rates available for airport parking at Heathrow @if ($errors->any()) Whoops! There were some problems with your input @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif @foreach($packages as $chunkProducts) @foreach($chunkProducts as $package) @include('partials.package-card', ['package' => $package]) @endforeach @endforeach @push('modal') @include('partials.search-modal') @endpush @endsection
Showing best rates available for airport parking at Heathrow