@extends('frontend.layouts._layout') @section('content') @include('frontend.partials.info-container') @include('frontend.partials.info-box-container') @foreach($albums as $key=>$album) {{$album->title}} @endforeach @endsection @section('scripts') @endsection