{{ $branch }} |
{{ $loan->portfolio_id }} |
{{ $loan->loan_no }} |
{{ $loan->contract_no }} |
{{ $loan->property_address }} {{ $loan->city }} {{ $loan->short_code }} {{ $loan->zip }} |
{{ $loan->borrower_name }} |
{{ $loan->portfolio_type_name }} |
{{ $loan->service_type_name }} |
@if($loan->loan_amount)
${{ number_format($loan->loan_amount, 2) }}
@endif
|
{{ date('m/d/Y H:i:s', strtotime($loan->addeddatetime)) }} |
{{ $loan->pricing_description }} |
@if($loan->lenderCost)
${{ number_format($loan->lenderCost, 2) }}
@endif
|
@if($additionalcost)
${{ number_format($additionalcost, 2) }}
@endif
|
@if(isset($loan->sales_tax_percentage))
{{ $loan->sales_tax_percentage }}%
@else
0.00
@endif
|
@if($loan->sales_tax_amount)
${{ number_format($loan->sales_tax_amount, 2) }}
@else
$0.00
@endif
|
@if($loan->totalcost)
${{ number_format($loan->totalcost, 2) }}
@else
$0.00
@endif
|
@endforeach