@extends('web.main') @section('content') @foreach($aboutUs as $item) @if($item->status == 1)

about us

{{ $item->title }}

{{ $item->description }}

{{ $item->title }}
@endif @endforeach

What makes De Crystal different?

Things To Do

@foreach ($Recreations as $Recreation)
  • {{$Recreation->name}}
  • @endforeach {{-- --}}

    Comfortable Stay

    @if ($promotions && $promotions->isNotEmpty())

    Promotional Offer

    @foreach($promotions as $promotion)
    @endforeach
    @endif
    @endsection