@extends('layouts.app') @section('title', $service->name . ' — Rukay\'s Hairdo & Beauty') @section('content')
HomeServices › {{ $service->name }}

{{ $service->name }}

{{ $service->category }}
@if($service->image_url) {{ $service->name }} @else
@endif

{{ $service->name }}

{{ $service->description }}

Price
₵{{ number_format($service->price,2) }}
Duration
{{ $service->duration_minutes }} min
@if($service->requires_deposit)
Deposit
{{ $service->deposit_percent }}%
@endif
Book This Service
@if($related->count())

Related Services

@endif
@endsection