Services ({{ ucwords(Request::segment(4)) }})
| Sl# | Service Info | Description | Cost | Consultant | Action |
|---|---|---|---|---|---|
|
{{ $service->name }}
{{ @$service->category->category_name }}
{{ @$service->subCategory->category_name }}
@if ($service->status === 1)
Enabled
@else
Disabled
@endif
|
{{ Str::limit($service->description, 40) }} | {{ number_format($service->cost, 2) }} |
{{ $service->user->name }}
{{ $service->user->phone }}
{{ $service->user->email }}
{{ $service->user->designation }}
{{ $service->user->department }}
|
@if ($service->status === 1) Enabled @else Disabled @endif View |