@extends('garage.layouts.app') @section('title', 'Services') @push('styles') @include('shared.garage-summary-ui-styles') @endpush @section('content')
Rows: garage_services + garage_id · Category: garage_part_categories
| Service | Time | Price | Status | Actions |
|---|---|---|---|---|
|
{{ $s->name }}
@if($s->category)
{{ $s->category }}
@endif
|
@if($s->required_minutes !== null && $s->required_minutes !== '') {{ (int)$s->required_minutes }} min @else — @endif | PKR {{ number_format($s->price ?? 0, 2) }} | @if($s->is_active) Active @else Inactive @endif | |
|
No services found.
|
||||