@layout('layouts.main') @section('page-title') Seepur| Reset Password @endsection @section('content')

Reset Password

Tip: keep your password safe

@if(hasErrorFor('userNotFound'))
{{getErrorFor('userNotFound')}}
@endif
{{ csrfField() }}

{{ getErrorFor('password') ? getErrorFor('password') : '' }}

{{ getErrorFor('confirm') ? getErrorFor('confirm') : '' }}

{{-- Hidden token --}}
@endsection