@extends('web.layouts.container')
@section('header')
@if(count($sliders))
@foreach($sliders as $slider)
@if($loop->iteration == 1)
Too many players in the industry Tough Competition
@endif
@if($loop->iteration == 2)
MEA turned to be either black box or red zones
@endif
@if($loop->iteration == 3)
Industry players #1 Priority
@endif
@if($loop->iteration == 4)
There is no market domination anymore
@endif
@if($loop->iteration == 5)
Shares are getting lost rapidly
@endif
Discover More
@endforeach
@endif
@endsection
@section('inner_js')
@endsection