@extends('layout.container') @section('title', $album->caption.' Images') @section('meta_tags', env('APP_NAME').' Gallery Albums ' . $album->caption) @section('meta_description', env('APP_NAME').' Discover what we do in our Gallery albums') @section('header_css') @endsection @section('header_js') @endsection @section('content') @endsection @section('footer_js') @endsection