@extends('admin.layouts.layout-login') @section('content')
Reset Password

Re-Password with {{ \Config::get('settings.company_name') }}.

@csrf
Enter your email address that you used to register. We'll send you an email with your username and a link to reset your password.
@include('admin.components.messages')
has('email') ? ' aria-invalid="true"' : '' }}> @if ($errors->has('email')) @endif
@endsection