@extends('master_header')
@section('content')
@include('includes.header-topbar')
@include('md.sidebar-menu')
| Agent Name: |
{{$agent->agent_name ?? 'Nill' }} |
| Agent Bank Name: |
{{$agent->agent_bank ?? ''}} |
| Agent Account Number: |
{{$agent->agent_account_no ?? 'Nill'}}
|
| Agent Account Nname |
{{$agent->agent_account_name ?? ''}} |
| Customer's Project |
{{$agent->project ?? ''}} |
| Customer's House Type |
{{$agent->house_type ?? ''}} |
| Amount |
{{-- {{number_format($agent->amount) ?? ''}} | --}}
| Commission |
{{$agent->commission ?? ''}} |
| Customer's Name |
{{$agent->customer_name ?? ''}} |
| Amount Paid |
{{$agent->amount_paid ?? ''}} |
| Amount Left |
{{$agent->amount_left ?? ''}} |
@include('includes.footer')
@endsection