@extends('layouts.auth') @section('page-title') {{ __('Set a New Password') }} @endsection @section('action-button')
{{ __('FAQ') }} {{ __('Create Ticket') }}
@endsection @section('content')

{{ __('Confirm Password') }}

{{ __('Please confirm your password before continuing.') }}
@csrf
{{ $errors->first('password') }}
{{ __('Sign In') }}
@endsection