@extends("layout.app") @section("content") @php $banners = \App\Models\Banner::where("is_active",1)->orderBy("order",'asc')->take(2)->get();@endphp @if($banners) @foreach($banners as $banner)
is_slide) style="display: none; {{!$banner->is_default_color?'background-color:'.$banner->background_color:''}}" @endif class="text-center cta cta-4 space--small @if($banner->is_slide && !$banner->is_default_color) cta-slide2 @endif @if($banner->is_slide && $banner->is_default_color) cta-slide @endif @if($loop->last) border--bottom @endif @if($banner->color!="gradient"&&$banner->is_default_color) bg--{{$banner->color}} @else imagebg @endif" @if($banner->color=="gradient") data-gradient-bg='#4876BD,#5448BD,#8F48BD,#BD48B1' @endif>
{{$banner->title}} @if($banner->link) إضغط للتفاصيل @endif
@endforeach @endif @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 @if(!$loop->last)
@endif @endforeach
@if($featured_boxes->count() > 0)
@foreach($featured_boxes as $featuredBox) @endforeach
@endif @if($offers->count() > 0)

حملات وعروض

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