@extends('layouts.main_page_website') @section('content')
image desctription

Media

  1. Photo Gallery
@if(isset($gallery)) @foreach ($gallery as $item) @endforeach @endif
@if(isset($gallery)) {{ $gallery->appends(['folder_id' => $album_id])->links()}} @endif
@stop