@extends($activeTemplate . 'layouts.master') @section('content')
@if ($user->kyc_data) @else
@lang('KYC data not found')
@endif
@endsection