@extends('garage.layouts.app') @section('title', 'Edit Package') @push('styles') @include('shared.garage-purchase-order-ui-styles') @endpush @section('content')

Package

Edit package and its bundle items. Use Quick add (left) to add parts/services.

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf @method('PUT')
Quick add
{{ count($parts ?? []) }} parts {{ count($parts ?? []) }}
Add service
Category
Service
Qty
Rate
Services you add will appear in the Services table on the right.
Package detail Back
Package name *
Code
Offer price (PKR) *
Description
Bundle items
Parts and Services are kept separate.
Parts
Count: 0
Part Qty Unit Action
No parts yet.
Services
Count: 0
Service Qty Unit Action
No services yet.
Cancel
@endsection @push('scripts') @endpush