@extends('layouts.appInner') @section('title') Reset Password @endsection @section('contentInner')
@csrf
Email {{-- --}}
Password
Confirm Password
{{ __('Reset Password') }}
@endsection