@extends('admin.layout.master') @section('content') @if (session()->has('success'))
| S.no | Name | Phone | Address | City | Status | Action | |
|---|---|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ ucwords($artist->name) }} | {{ $artist->phone }} | {{ $artist->email }} | {{ $artist->address }} | {{ ucwords($artist->city) }} | @if ($artist->status === null) Approve Decline @elseif ($artist->status == 1) Approved @else Declined @endif | View Delete |