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

About

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

{{ $box->title }}

{!! $box->description !!}

@if($loop->index != count($mainContent->boxes()->get())-1 )
@endif @else

{{ $box->description }}

@if($loop->index != count($mainContent->boxes()->get())-1 )
@endif @endif @endforeach

OUR HISTORY

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

{{ $box->title }}

{{ $box->description }}

@else

{{ $box->title }}

{{ $box->description }}

@endif @endforeach

CHIBAS JERUSALEM AT A GLANCE

@foreach($glance->boxes()->get() as $box)

{{ $box->title }}

{{ $box->description }}

@endforeach

KOLEL CHIBAS JERUSALEM REB MEIR BAAL HANES NEEDS AND DESERVES YOUR GENEROUS HELP!

DONATE
@endsection @section('scripts') @endsection