@extends('admin.layouts.masterlayout') @section('title') View Artist @endsection @section('head_title') Artist Management @endsection @section('content')
Artist
{{ isset($artist->name) ? $artist->name : '-' }}
{{ isset($artist->phone) ? $artist->phone : '-' }}
{{ isset($artist->email) ? $artist->email : '-' }}
{{ isset($artist->address) ? $artist->address : '-' }}
{{ isset($artist->country) ? $artist->country : '-' }}
{{ isset($artist->city) ? $artist->city : '-' }}
@if(isset($artist->status)) @if($artist->status == 'active') Active @else Inactive @endif @else - @endif
{{ isset($artist->bio) ? $artist->bio : '-' }}
-
@endif{{ isset($artist->artistDetail->professional_title) ? $artist->artistDetail->professional_title : '-' }}
{{ isset($artist->artistDetail->experience) ? $artist->artistDetail->experience : '-' }}
{{ is_array($expertiseArray) ? implode(', ', $expertiseArray) : '' }}
Pending
@elseif($shop->connected_with_shop == 1)Connected
@elseNot Connected
@endifCommission: {{ $shop->commission . "%" ?? "-"}}
@if($shop->artist_type == 0)