@extends("layout.app") @section("content") @include('partial.slider_style')
@foreach($sections as $section) @if($section->layout_id == 1)

{{ $section->title }}

{!! $section->description !!}

Imageimage") : 'http://via.placeholder.com/1190x450' }}">
@endif @if($section->layout_id == 2)
Imageimage") : 'http://via.placeholder.com/450' }}">

{{ $section->title }}

{!! $section->description !!}

@endif @endforeach @endsection @section("scripts") @include('partial.slider_script') @endsection