@extends('admin.layout') @section('content')
Admin Panel
| S.No. | Name | Profile Photo | Artworks Count | Updated By | Status | Action |
|---|---|---|---|---|---|---|
| {{ $artists->firstItem() + $loop->index }} | {{ $artist->name }} |
@if($artist->profile_image)
|
{{ $artist->paintings_count }} | {{ $artist->updated_by ?? '-' }} | @if($artist->status === 'active') Active @else Blocked @endif | |
| No artists found. | ||||||