@extends('layouts.master-without-nav') @section('title') {{ __("Reset Password") }} @endsection @section('body') @endsection @section('content')
{{ __("Reset Password") }}

Re-Password with {{ AppSetting('title'); }}.

@csrf @if ($msg = Session::get('error'))
{{ $msg }}
@endif @if ($msg = Session::get('success'))
{{ $msg }}
@endif
@error('password') {{ $message }} @enderror

{{ __("Remember It ?") }} {{ __("Sign In here") }}

© {{ date('Y') }} {{ AppSetting('title'); }}. Crafted with {{ __("by Themesbrand") }}

@endsection