@extends("layout.app") @section("content") @foreach($heros as $hero)
color) style="background-color:{{$hero->color}}" @endif class="feature-large feature-large-2 @if($hero->is_dark) bg--black @else bg--secondary @endif>">

{{ $hero->title }}

{!! $hero->description !!}

@if($hero->image != "default.jpg") {{$hero->title}} @endif
@if($hero->is_email)

للحجز والاستفسار

@endif
@endforeach @if($featured_boxes->count() > 0)
@foreach($featured_boxes as $featuredBox)
link!==null?"onclick=location.href='$featuredBox->link';":''}}>
background
{!! $featuredBox->description !!}
@endforeach
@endif @if($offers->count() > 0)

حملات وعروض

@endif @endsection @section('scripts') @endsection