@extends('layout') @section('title') {{ __('translate.Manage Kyc') }} @endsection @section('body-content')
@php use App\Constants\Status; @endphp @include('profile.logout')
@endsection @push('js_section') @endpush