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