@extends('web.layout.app') @section('css') @endsection @section('title', 'Endorsements Page') @section('content')

Endorsements

{{ $mainContent->title }}

{{ $mainContent->description }}

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

{{ $box->description }}


{{ $box->description_second_language }}

@else
@endif @endforeach
@endsection @section('scripts') @endsection