@extends('frontend::layouts.app') @push('styles') @endpush @push('scripts') @endpush @section('content') @if (!empty($banner['status'])) @include('frontend::pages.booking.hero') @endif @endsection