@extends('layouts.auth') @section('page-title') {{__('Confirm Password')}} @endsection @php $logo=asset(Storage::url('uploads/logo/')); $company_logo=Utility::getValByName('company_logo'); @endphp @section('content')

{{__('Confirm Password')}}

{{__(' Please confirm your password before continuing.')}}

@csrf
@error('password') {{ $message }} @enderror
@if (Route::has('password.request'))

{{__("OR")}} {{__('Forgot Your Password?')}}

@endif
@endsection