@extends('web.layouts.default') @section('content') @isset($sections[0]) @php $section0= $sections[0]; @endphp @if(isset($section0->image) && $section0->image!="") @php $image=asset(Storage::url('public/sections')).'/'.$section0->page->alias.'/'.$section0->image @endphp @else @php $image='' @endphp @endif

{{ $section0->title }}

Home{{ $section0->title }}
@endisset @isset($sections[1]) @php $section1= $sections[1]; @endphp

{{ $section1->title }}

{!! $section1->description !!}

@endisset @isset($sections[2]) @php $section2= $sections[2]; @endphp

{{$section2->title}}

{!! $section2->description !!}

@endisset @endsection