@extends('layouts.auth')
@section('title')
{{__('messages.forget_password')}}
@endsection
@section('content')
@include('layouts.errors')
@if (session('status'))
@include('flash::message')
@endif
{{__('messages.forget_password')}}
{{ __('messages.forgot_password') }}
@endsection