@extends('layouts.app') @section('content')
@foreach ($albums as $album)
{{ date('Y-m-d', strtotime($album->created_at)) }}
@endforeach
@endsection