@extends('layouts.admin.admin') @section('script') @endsection @section('head') @endsection @section('content')

All Album's

@forelse($albums as $album)
{{$album->name}}
{{$album->name}}
{{$album->description}} {{count($album->Photos)}} image(s). {{ date("d F Y",strtotime($album->created_at)) }} at {{date("h:i:s A",strtotime($album->created_at)) }}
@empty
This section is Empty
@endforelse
@endsection