@extends('web.layout.app')
@section('css')
@endsection
@section('content')
אישורים
{{ $mainContent->title }}
{{ $mainContent->description }}
@foreach($mainContent->boxes()->get() as $box)
@if($loop->index %2 == 0)
{{ $box->description }}
{{ $box->description_second_language }}
@else
{{ $box->description }}
{{ $box->description_second_language }}
{{ $box->description }}
{{ $box->description_second_language }}
@endif
@endforeach
@endsection
@section('scripts')
@endsection