Make Deal


Reverse Calculation
Booking Date {!! \Carbon\Carbon::parse($make_deal_data->booking_date)->format('d-m-Y') !!} KEC {!! $make_deal_data->sales_person_name !!}
Customer Name {!! $make_deal_data->customer_name !!} TL {!! strtoupper($make_deal_data->team_name) !!}
Location (Branch) {!! strtoupper($make_deal_data->branch_name) !!}
Vin No. {!! $make_deal_data->vin_number !!}
{!! $make_deal_data->car_model_name !!} Purchase Price Aging Days Remark Ex Showroom Price Deal
{!! $make_deal_data->car_varient_name !!} {!! $make_deal_data->purchase_price !!} {!! $make_deal_data->aging_days !!} {!! $make_deal_data->inventory_remark !!} {!! $price_list_name->basic ?? 0 !!} {{ $make_deal_data->deal_amt ?? 0 }}
GST @ {!! $price_list_name->gst_percentage !!}% {{ $make_deal_data->purchase_gst_tax_deal ?? 0 }} {!! $price_list_name->gst_amount !!} {{ $make_deal_data->gst_tax_deal ?? 0 }}
Cess @ {!! $price_list_name->cess_percentage !!}% {!! $price_list_name->cess_amount !!} {{ $make_deal_data->cess_tax_deal ?? 0 }}
TCS @ 1% {!! $make_deal_data->tcs_tax_id !!} {{ $make_deal_data->tcs_tax_deal ?? 0 }}
Municipal Tax {!! $make_deal_data->municipal_tax_id !!} {{ $make_deal_data->municipal_tax_deal ?? 0 }}
Municipal Custom Handling Charges {!! $make_deal_data->municipal_custom_handling_charges !!} {{ $make_deal_data->municipal_custom_handling_charges_deal ?? 0 }}
RTO {!! $make_deal_data->registration_tax_id !!} {{ $make_deal_data->rto_deal ?? 0 }}
RTO Custom Handling Charges {!! $make_deal_data->rto_custom_handling_charges ?? 0 !!} {{ $make_deal_data->rto_cutom_handling_charges_deal ?? '' }}
INSURANCE {!! $make_deal_data->insurance_id ?? 0 !!} {{ $make_deal_data->insurance_deal ?? 0 }}
Fastag {!! $make_deal_data->fasttag_amount_new ?? 0 !!} {!! $make_deal_data->fasttag_amount_new ?? 0 !!}
EW {!! $make_deal_data->extand_warranties_amount ?? 0!!} {!! $make_deal_data->extand_warranties_amount ?? 0 !!}
Accessories {!! $accessory_sum ?? 0 !!} {!! $accessory_sum ?? 0 !!}
Other Accessories {!! $make_deal_data->other_accesssories_prise ?? 0 !!} {!! $make_deal_data->other_accesssories_prise ?? 0 !!}
{{ $make_deal_data->rsa_type == 'RSA' ? 'RSA' : ($make_deal_data->ccs_type == 'CCS' ? 'CCS' : 'RSA / CCS') }} {!! $make_deal_data->rsa_amount ?? $make_deal_data->ccs_amount ?? 0 !!} {!! $make_deal_data->rsa_amount ?? $make_deal_data->ccs_amount ?? 0 !!}
MCP {!! $make_deal_data->mcp_amount ?? 0 !!} {!! $make_deal_data->mcp_amount ?? 0 !!}
Total On Road Price
Accepted Deal {{ $make_deal_data->final_deal_amt ?? $make_deal_data->final_on_road_price_after_way_off }} {!! $make_deal_data->final_deal_amt ?? '' !!}
Difference
Remark : {{ $make_deal_data->remark ?? '' }}