@if (session('error'))
{{-- .box-body--}}
{{-- .box-body--}}
{{-- .row--}}
{{-- .page-wrapper--}}
{{ session('error') }}
@endif
@if (session('success'))
{{ session('success') }}
@endif
Profile
Your Properties
| Property Name | Property ID |
| {{ $property->actual_name }} | {{ $property->five_digit_property_id }} |
@if(Auth::user()->account_number)
{!! Form::open(['url' => 'user/store/bank/details', 'method' => 'post']) !!}
{!! Form::close() !!}
{{--.box primary--}}
@endif
Bank Details
| Account Name | {{ Auth::user()->account_name }} |
| Account Number | {{ Auth::user()->account_number }} |
| Bank | {{ Auth::user()->bank }} |
| Branch | {{ Auth::user()->bank_branch }} |
Note! Please contact Yoho Bed in case if you need to update your bank
details..
@else
Bank Details
Property owner details
| Name | {{ Auth::user()->name }} |
| {{ Auth::user()->ownersemail }} | |
| Mobile | {{ Auth::user()->primary_mobile }} |
Point of contact details
| Name | {{ Auth::user()->point_of_contact }} |
| Designation | {{ Auth::user()->designation }} |
| Mobile | {{ Auth::user()->mobile }} |
| {{ Auth::user()->email }} |