@extends('backend.index') @section('content')
Add new album
From
Until
From
Until
Results/Page
Options
input('comment_disabled')) checked @endif>
input('not_approved')) checked @endif>
input('hidden')) checked @endif>
Clear
@csrf @include('backend.commons.album', ['albums' => $albums])
Name Artist(s) Owner Genre(s) Mood(s) Approved Action
{{ $albums->appends(request()->input())->links() }}
@endsection