@if (isset($this->record) && $this->record->status != 'declined')
{{ $this->form }}
@if (!isset($this->record) || $this->record->status == 'declined')
{{ isset($this->record) && $this->record->status == 'declined' ? __('messages.t_reupload_docs') : __('messages.t_verify') }}
@endif
@else
{{ $this->form }}
@endif