@extends('Frontend.layouts.top-nav') @section('content') {{$album->title}} @foreach($album->images as $k=>$a) @endforeach @endsection