@extends('auth.layouts.master') @section('title') Reset Username @endsection @section('head-scripts')
@endsection @section('content')
Create password
@csrf
{{ __('Password') }}
@error('password')
{{ $message }}
@enderror
{{ __('Confirm Password') }}
Create password
@endsection @section('modals')
SUCCESS!
Your password Has been reset successfully.
@endsection @push('scripts') @if(session()->has('success')) @endif @endpush