@extends('layouts.app') @section('content')
@php $i = 1 @endphp @foreach($sliders as $slider)

{{ $slider->title }}

{{ strip_tags(html_entity_decode($slider->description)) }}

@php $i = $i + 1 @endphp @endforeach
@include('layouts.shared.dynamic_module', ['hook' => 'homepage']) @endsection