@extends('portal.layouts.app', ['class' => 'off-canvas-sidebar', 'activePage' => '', 'title' => __('Material Dashboard')]) @section('content')
@csrf
{{ __('Reset Password') }}
email
@if ($errors->has('email'))
{{ $errors->first('email') }}
@endif
lock_outline
@if ($errors->has('password'))
{{ $errors->first('password') }}
@endif
lock_outline
@if ($errors->has('password_confirmation'))
{{ $errors->first('password_confirmation') }}
@endif
@endsection