@extends('front.layout.app') @section('page_title',trans('word.verify-account')) @section('custom-styles') @endsection @section('content')
@include('front.layout.profile-side')
@if(session()->has('success')) @endif

@lang('word.verify-account')

@lang('word.confirm-credibility') (@lang('word.add-official-document-to-confirm-personal-identity'))

@lang('word.choose-document-photo')

@include('front.layout.profile-side-mobile')
@if(session()->has('success')) @endif

@lang('word.technical-support')

@lang('word.send-message-for-support-assistance-for-free')

@lang('word.confirm-credibility') (@lang('word.add-official-document-to-confirm-personal-identity'))

@lang('word.choose-document-photo')

@endsection @section('scripts') @endsection