@extends('web.layouts.container') @section('css') @endsection @section('content')

{{$title}}

{{$title}}

@if(count($packages)) @foreach($packages as $package)

{{$package->name}}

@if(is_array($package->properties) && count($package->properties)) @foreach($package->properties['titles'][$lang] as $property)

{{$property}}

@endforeach @endif
{{__('packageReservations.book_now')}}
@endforeach @endif
@endsection @section('inner_js') @endsection