@extends('frontLayouts.frontApp') @section('class') rate-nav @endsection @section('frontContent') @include('frontLayouts.messages')

{{ __('lang.forgot_password') }}

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