@extends('layouts.app') @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
{{ __('The code has been sent to') }} : {{ substr(auth()->user()->email, 0, 5) . '******' . substr(auth()->user()->email, -2) }}