Transfer of Refund Requests

Sales Overview
@foreach($transfers as $transfer) @endforeach
To Through Ref From Date Project House Type Status Action
{{$transfer->to ?? ''}} {{$transfer->through ?? ''}} {{$transfer->ref ?? ''}} {{$transfer->from ?? ''}} {{ \Carbon\Carbon::parse($transfer->date)->format('d-m-Y') ?? '' }}

{{$transfer->new_house_project ?? 0}}

{{$transfer->new_house_type ?? ''}}

@if($transfer->status == 'refunded' ) Refunded @else Pending @endif
@include('includes.footer')