@extends('layouts.app') @section('title') Buy Back @stop @section('css') @stop @section('breadcrumb') @stop @section('content')


Buy Back requisition 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}}



Buy back initiator



Employee Code and name


@stop @section('js') @stop