{{ ucwords($service->name) }}
{{ @$service->category->category_name }}
Cost : ₹ {{ number_format($service->cost, 2) }}
{{ Str::limit($service->description, 200) }}
@extends('customer.buyers.header') @section('buyerProfileContent')
{{ Str::limit($service->description, 200) }}