@extends('layouts.user') {{-- Web site Title --}} @section('title') {{ $title }} @stop {{-- Content --}} @section('content') @component('components.panel')
{{ trans('icalendar.area') }} {{ trans('icalendar.apartment_type') }} {{ trans('icalendar.apartment') }} {{ trans('icalendar.download') }}
@endcomponent @stop {{-- Scripts --}} @section('scripts') @stop