@extends('web.layouts.app') @section('title',trans('site.account')) @section('content')

@lang('site.forgotPassword')

{{csrf_field()}}

@lang('site.NewPassword')

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

@lang('site.confirmPassword')

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