@extends('backend.index') @section('content')
Add new artist
From
Until
From
Until
From
Until
Results/Page
Options
input('comment_disabled')) checked @endif>
input('verified')) checked @endif>
Clear
@csrf @include('backend.commons.artist', ['artists' => $artists])
Name Band Manager Genre(s) Mood(s) Verified Action
{{ $artists->appends(request()->input())->links() }}
@endsection