@extends('layouts.app') @section('title') All Pending Buy Back Properties @stop @section('breadcrumb')
@stop @section('css') @stop @section('content')# | REF No | Date | Unit Number | Sale Agent | Payment Mode | Status | Action | |||
---|---|---|---|---|---|---|---|---|---|---|
{{$count++}} | {{$buyback_property->ref_no}} | {{$buyback_property->date}} | {{$buyback_property->inventory->unit_number}} | {{$buyback_property->sales_agents}} | @if($buyback_property->payment_mode == \App\Receipt::cash)Cash | @elseif($buyback_property->payment_mode == \App\Receipt::bank)Bank | @elseif($buyback_property->payment_mode == \App\Receipt::cheque)Cheque | @else@endif | @if($buyback_property->is_approve == 1) {{'Approve'}} @elseif($buyback_property->is_approve == 2) {{'Cancel'}} @else {{'Pending'}} @endif | Approve Cancel |