@extends('layouts.landing_page.master') @section('title', __('Under Review')) @push('styles') @endpush @section('content')
...

{{ __('Under Review') }}

{{__('Your account is under review')}}

{{__('Your account has been selected for a routine compliance review.')}}

{{__('We apologise for any inconvenience in connection with this routine compliance review.')}}

{{ __('Logout') }}
@endsection