@extends('garage.layouts.app') @section('title', 'Edit Service Group') @push('scripts') @endpush @section('content')
Edit Service Group
Back to List
@csrf @method('PUT')
Basic Information
@error('name')
{{ $message }}
@enderror
@error('code')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@error('estimated_time')
{{ $message }}
@enderror
is_active) ? 'checked' : '' }}>
Add Items
PKR
Items in Service Group
Item Type Quantity Unit Price Total Action
Total Price: $0.00
Cancel
@endsection