@extends('web.main') @section('content') @foreach($aboutUs as $item) @if($item->status == 1) about us {{ $item->title }} {{ $item->description }} @endif @endforeach What makes De Crystal different? Things To Do @foreach ($Recreations as $Recreation) {{$Recreation->name}} @endforeach {{-- Read more --}} Comfortable Stay @foreach ($accomodations as $accomodation) {{$accomodation->roomType}} {{ Str::limit($accomodation->description, 150, '...') }} Read more @endforeach @if ($promotions && $promotions->isNotEmpty()) Promotional Offer @foreach($promotions as $promotion) @endforeach @endif @endsection
{{ $item->description }}
{{ Str::limit($accomodation->description, 150, '...') }}