@extends('layouts.app') @section('title') All Transfer Properties @stop @section('breadcrumb') @stop @section('content')

All Transfers

@foreach($allTransfers as $t) @endforeach
# Unit # Owner Name Transfer to Cost Amount Paid Amount Transfer Date Action
{{$count++}} {{$t->property->inventory->unit_number}} {{$t->owner ? $t->owner->name: ''}} {{$t->transfer ? $t->transfer->name: ''}} {{number_format($t->property->net_pay)}} PKR {{number_format($t->amount_paid)}} PKR {{date('d-m-Y', strtotime($t->transfer_date)) }}
@stop @section('js') @stop