Album Create

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