@foreach(\App\Slider::get() as $index=>$slider)
  • {{$slider->header}}
    {{$slider->title}}
    {!!$slider->descrption!!}.
  • @endforeach

0

Company employee

0

Client numbers

0

Transactions
@if(\App\Brand::all()->count() > 0)

Our Brands

{!! setting()->brandsDesc !!}

All
@endif
@if(\App\Blog::all()->count() > 0)

Latest News

{!! setting()->latestDesc !!}

@foreach(\App\Blog::take(3)->latest()->get() as $blog)
@endforeach
@endif