@extends('includes.layout') @section('content')
@if($artist->type == 1) Saloon @elseif($artist->type == 2) Artist @else Unknown Type @endif
{{-- ucwords($artist->name) --}}
Bio
{{ $artist->bio }}
Skill
{{ ucwords($child->subservices->name) ?? 'No Service' }}
₹{{ $service->price }}
Duration: {{ $child->duration }}
@if($child->gender == 'M') Male @else Female @endif
Videos
@foreach ($artist->gallery as $key => $item) @if($item->file_type == 'video'){{ $review->rating }}
{{ $review->comment }}