@extends('layout.container') @section('title', $seo->title) @section('meta_tags', $seo->meta_tags) @section('meta_description', $seo->meta_description) @section('header_css') @endsection @section('footer_js') @endsection @section('dynamicdata') Gallery Home Gallery @foreach($albums as $album) @if(file_exists('uploads/albums/thumbs/'.$album->attachment) && $album->attachment != '') @else @endif {!! $album->caption !!} @endforeach @stop