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