@extends('layouts.main_page_app') @section('content')


@foreach($albums as $album)
{{$album->name}}

{{$album->name}}

{{$album->description}} {{count($album->Photos)}} image(s).
Created date: {{ date("d F Y",strtotime($album->created_at)) }} at {{date("g:ha",strtotime($album->created_at)) }}
@endforeach
@endsection