@extends('portal.ninja2020.layout.app') @section('meta_title', ctrans('texts.verification')) @section('body')
@if(session()->has('error'))
{{ session('error') }}
@endif

{{ ctrans('texts.verification') }}

{{ ctrans('texts.complete_your_bank_account_verification') }} ({{ ctrans('texts.ach') }}/{{ $token->meta->last4 }})

{{ __('texts.learn_more') }}
@csrf
#1 {{ ctrans('texts.amount') }}
#2 {{ ctrans('texts.amount') }}
@endsection