@extends('frontend.layouts.property-krupowki') @section('head_title', head_title($title)) @section('head_meta_description', head_meta_description()) @section('breadcrumbs') @include('frontend.includes.breadcrumbs', ['breadcrumbs' => $breadcrumbs]) @endsection @section('content') @include('frontend.pages.property-krupowki.includes.amenities') @include('frontend.includes.protagonist-date-picker') @include('frontend.includes.protagonist-have-a-question', ['contactUrl' => route(generate_route_name_for_locale(app()->getLocale(), 'frontend.' . $property . '.contact'))]) @endsection ?>