@extends('layouts.app') @section('title') Payment Receipt @stop @section('css') @stop @section('breadcrumb') @stop @section('content')


Buy Back form

Ref# {{$buyback->ref_no}}

Party code: {{$buyback->party_code}}

Unit details

Project: AAA

Unit: {{$buyback->inventory->unit_number}}

Date: {{$buyback->date}}

Name: {{$buyback->inventory->property->customer->name}}

 

Floor: {{$buyback->inventory->floor->name}}

Unit area: {{$buyback->inventory->area}}

Investment Details

Total Amount invested:{{$buyback->total_amount_invested}}

Total Amount Received: {{$buyback->total_amount_received}}

If merging then value of merging: {{$buyback->if_merging_then_value_of_merging}}

ROI Terms: {{$buyback->roi_terms}}

 

Payment mode: @if($buyback->payment_mode == \App\Receipt::cash) Cash @elseif($buyback->payment_mode == \App\Receipt::bank) Bank @elseif($buyback->payment_mode == \App\Receipt::cheque) Cheque @endif

Buy Back Option {{$buyback->buy_back_option}}

Merging sold @if($buyback->merging_sold == 'yes') {{'YES'}} @else {{'NO'}} @endif

Sales Agents {{$buyback->sales_agents}}


Buy Back Value requested by client: {{$buyback->buy_back_value_requested_by_client}}


Merging Reciepts: {{$buyback->merging_receipts}}


Rental(discount) paid to customer for unit : {{$buyback->rental_discount_paid_to_customer_for_unit}}

Loss/Profit on Merging : {{$buyback->loss_or_profit_on_merging}}

Total Rebate Payable : {{$buyback->total_rebate_payable}}

Rebate Paid : {{$buyback->rebate_paid}}

Merging Selling Expenses : {{$buyback->merging_selling_expenses}}

Rebate on Buy Back : {{$buyback->rebate_on_buy_back}}


Value of Appreciation in PKR & %age : {{$buyback->value_of_appreciation_in_pkr}}



ROI as per Customer : {{$buyback->roi_as_per_customer}}


ROI as per Company : {{$buyback->roi_as_per_company}}


Finance

Compliance

CM/MD


@stop @section('js') @stop