Album Create

@include('layouts.admin.alerts') @if (count($albums)>0) @foreach ($albums as $key => $item) @endforeach
# Album Name Cover Image Date And Time Action
{{ $key+1 }} {{ $item->name }} {{ date('d-m-Y h:i:s A', strtotime($item->timestamp)) }} Edit
@else No Albums Added Yet @endif