@extends('frontend.user.includes.master') @section('body') {{-- ---------------------------------------------------------------------------------sliders------------------------------------------------------- --}} @if(!$sliders->isEmpty() || !$sliderAuto->isEmpty()) @endif {{-- ---------------------------------------------------------------------features------------------------------------------------------------------------------ --}} @if (!$features->isEmpty())
    @foreach($features as $key =>$feature)
  • img

    {{$feature->title}}

  • @endforeach
@endif {{-- ----------------------------------------------------------------------------integrated_supply---------------------------------------------------------- --}} @if($integrated_supply)

{{@$integrated_supply->title_1}} {{@$integrated_supply->title_2}}

img
@if(@$integrated_supply->button_link && @$integrated_supply->button_text) {{@$integrated_supply->button_text}}@endif
img
@endif {{-- -------------------------------------------------------------------------------------our_services------------------------------------------------- --}} @if(!$our_services->isEmpty())

@foreach($our_services as $key =>$our_service)

{{$our_service->title}}

{{$our_service->title}}

@endforeach
@endif {{-- ------------------------------------------------------------------------industries-------------------------------------------------------- --}} @if(!$industries->isEmpty())

  • @php $i=1; @endphp @foreach($industries as $key =>$industrie) @if($i!=1 && $i!=3 && $i!=6)
  • @endif
    img img
    img

    {{$industrie->title}}

    {{$industrie->button_text}}
    @php $i++; @endphp @endforeach
@endif {{-- ---------------------------------------------------------------------clouds------------------------------------------------ --}} @if(!$clouds->isEmpty())

    @foreach($clouds as $key =>$cloud) @php $number=$cloud->number; preg_match_all('!\d+\.*\d*!', $number, $matches); $val=$matches[0][0]; $data=explode($val,$number); @endphp
  • image) style="background-image: url({{url($cloud->image)}});" @endif >

    {{$data[0]}} 0 {{$data[1]}}

    {{$cloud->text}}

  • @endforeach
@endif {{-- ----------------------------------------------news----------------------------------------------------------- --}} @if(!@$latest_news->isEmpty())

@if(@$section_latest_news->button_link && @$section_latest_news->button_text) img@endif
@if(@$section_latest_news->button_link && @$section_latest_news->button_text) img@endif
@endif {{-- -----------------------------------------------brand section--------------------------------------------------------------- --}} @if(!$brands->isEmpty())

@endif {{-- --------------------------------------------------------------- customers_derive section-----------------------------------------------}} @if(!$customers_derive->isEmpty())

@if(@$section_customers_derive->button_link && @$section_customers_derive->button_text) @endif
@endif {{-- ----------------------------------------------------blog----------------------------------------------------------------------------- --}} @if(!$blogs->isEmpty())

@if(@$section_blogs->button_link && @$section_blogs->button_text) img @endif
@if(@$section_blogs->button_link && @$section_blogs->button_text) img @endif
@endif @endsection @section('script') @endsection