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