@extends('front.inner-layout.app') @section('content')
Deposit Information

In order for us to settle your payments, we require your bank account details and proof of identity.

@if(!isset($bank_details))

Settlements are deposited into the nominated bank account weekly on Friday. Please allow up to 72 hours for this information to be processed by our payment partners.

@else

Settlements are deposited into the nominated bank account. Any changes made on this page can take up to 72 hours to be actioned.

{{--

Settlements are deposited into the nominated bank account at the frequency detailed below. Any changes made on this page can take up to 72 hours to be actioned.

--}} @endif
Bank Account
account_name)) value="{{$bank_details->account_name}}" @endif >
bsb)) value="{{$bank_details->bsb}}" @endif >
account_number)) value="{{$bank_details->account_number}}" @endif >
@if(!isset($bank_details->bsb) && !isset($bank_details->account_number) && !isset($bank_details->account_name))
Driver's license

Drag and drop license front here

- or -
{{--

Uploaded

--}}

Drag and drop license back here

- or -
{{--

Uploaded

--}}
@endif
@if($show_frequency)
Deposit Frequency
deposit_funds_frequency) && $bank_details->deposit_funds_frequency == "Daily") class="monthly-span blue-t-color" @else class="monthly-span" @endif >Daily
deposit_funds_frequency) && $bank_details->deposit_funds_frequency == "Weekly") class="annually-span blue-t-color" @elseif(!isset($bank_details->deposit_funds_frequency)) class="annually-span blue-t-color" @else class="annually-span" @endif >Weekly
@endif

Loading…
@include('front.practitioner.import.include.js') @endsection