@extends('admin.layout') @section('content')

Admin Panel

Create Artist

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if(session('success'))
{{ session('success') }}
@endif
@csrf
Featured artists appear on home and top of artist listing (Max 10).
@endsection @push('scripts') @endpush