@include('layouts.front.styles')
@include('layouts.front.header') @include('layouts.front.navigation')
Gallery
Image Gallery
{{$album->title}}
@foreach($album->images as $image)
@endforeach
@include('layouts.front.footer') @include('layouts.front.scripts') @stack('front.scripts')