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

{{ __('Set a New Password') }}

@csrf
{{ $errors->first('email') }}
{{ $errors->first('password') }}
{{ $errors->first('password_confirmation') }}
{{ __('Sign In') }}
@endsection