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

Package

Create a fixed-price offer bundle. Add Parts + Services from Quick add (left). The bundle price can be lower than the sum for marketing offers.

@if(session('error'))
{{ session('error') }}
@endif @if($errors->any())
@endif
@csrf
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