@extends('master') @section('title', 'Get username') @section('description', '') @section('keywords', '') @section('content')


Retrieve my username
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif


@stop