@extends('layouts.auth')
@section('title')
{{__('messages.web.forgot_password')}}
@endsection
@section('content')
@include('layouts.errors')
@if (session('status'))
@include('flash::message')
@endif
{{__('messages.web.forgot_password').' ?'}}
{{ __('messages.common.Forgot_password_lable') }}
@endsection
@push('scripts')
@endpush