@extends('Layouts.authFrontLayout',['classBody'=>" page-template-default page page-wrapper-account page-wrapper-page container-max-width show-bottom-nav"]) @section('title') {{__('Reset Password')}} @endsection @section('content')
{{__('Home')}} / {{__('Reset Password')}}

{{__('Reset Password')}}

{{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}} {{(isset($settings['site_title_'.$lang]))?$settings['site_title_'.$lang]:''}}

{{__('Reset Password')}}

@CSRF

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

@if ($errors->has('password')) {{ $errors->first('password') }} @endif

@if ($errors->has('password_confirmation')) {{ $errors->first('password_confirmation') }} @endif

@endsection