{{-- @extends('backend.layouts.app') @section('content')
{{ __('Reset Password') }}
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror
@endsection --}} @extends('backend.layouts.master-without-nav') @section('title') Recoverpw @endsection @section('css') @endsection @section('body') @endsection @section('content')
Reset Password
@if (session('status')) @endif
@csrf
@error('email') {{ $message }} @enderror

Remember It ? Sign In here

© Veltrix. Crafted with by Themesbrand

@endsection @section('scripts') @endsection