@extends('web.layout.app') @section('css') @endsection @section('content')

פעילויות

@foreach($mainContent->boxes()->get() as $box) @if($loop->index == 0)

{{ $box->title }}

{{ $box->subtitle }}

{!! $box->description !!}

{{ $box->button_text != null ? $box->button_text : 'תרמו לקופת הכלות שלנו'}}
@elseif($loop->index == count($mainContent->boxes()->get())-1 )

{{ $box->title }}

{{ $box->subtitle }}

{!! $box->description !!}

{{ $box->button_text != null ? $box->button_text : 'תרמו לקופת הכלות שלנו'}}
@else

{{ $box->title }}

{{ $box->subtitle }}

{!! $box->description !!}

{{ $box->button_text != null ? $box->button_text : 'תרמו לקופת הכלות שלנו'}}
@endif @endforeach @endsection @section('scripts') @endsection