@extends('layouts.app') @section('title', 'Edit PC Build — ' . $build->build_no) @section('breadcrumb') @endsection @section('content')
@csrf @method('PUT') @if($errors->any())
@endif
{{-- Left: Build Header --}}
Build Information
{{-- Price Summary Card --}}
Build Summary
Total Cost ৳0.00
Selling Price ৳0.00
Discount ৳0.00
Final Price ৳0.00
Estimated Profit ৳0.00
Profit Margin 0%
Cancel
{{-- Right: Component Rows --}}
Components
{{-- Rows injected by JS --}}
Type Component / Product Qty Cost (৳) Selling (৳) Profit
@endsection @push('scripts') @endpush