@extends('includes.layout') @section('content')
{{ Str::limit($saloon->bio, 50, '...') }}
@endif{{ ucwords($child->subservices->name) ?? 'No Service' }}
₹{{ $service->price }}
Duration : {{$child->duration}}
@if($child->gender == 'M') Male @else
Female
@endif
{{ $review->rating }}
{{ $review->comment }}