@extends('admin.masters.base') @section('styles') @stop @section('pagetitle') Album overview @stop @section('crumbs')
  • Album
  • @stop @section('pagecontents')

    Album Panel

    Add Album

    @if ($albumlist == '')
    Album list is currently empty.
    @else
    @foreach($albumlist as $a) @endforeach
    @endif
    @stop @section('scripts') @stop