@extends('web.layouts.container') @section('content') @if($aboutPage) {{$aboutPage->page_title}} {{$title1}} {{$title2}} {{$description1}} {{$description2}} @endif {!! __('main.photo_gallery') !!} @if(count($galleries)) @foreach($galleries as $photoGallery) @if($loop->iteration == 5) @continue @endif {{$photoGallery['title']}} {{$photoGallery['description']}} @endforeach @endif {{$galleries[4]['title']}} {{$galleries[4]['description']}} {{__('main.contact')}} {{__('main.us')}} {{__('main.send')}} @endsection @section('inner_js') @endsection