@extends('Frontend.layouts.master') @section('web') {{__('frontend.my_account')}} {{__('frontend.account_information')}} {{__('frontend.home')}} {{__('frontend.account')}} {{__('frontend.forgot_password')}} {{ $type == "candidate" ? __('frontend.candidate') : __('frontend.employer') }} {{__('frontend.enter_username_reset_password')}} @csrf @if ($errors->any()) @foreach ($errors->all() as $error) {{ $error }} @endforeach @endif {{__('frontend.reset_password')}} @endsection @section('seo_title') -{{__('seo.forgot_password')}} @endsection