@extends('front.layouts.app') @section('content')
{{ \Config::get('settings.company_name') }} Logo

Forgot Password?

Enter your email address and we'll send you a link to reset your password.

@include('admin.components.messages')
@csrf
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@endsection