@php $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; $hospitalSettingValue = getSuperAdminSettingValue(); App::setLocale(checkLanguageSession()); @endphp @extends('layouts.auth_app') @section('title') {{ __('auth.reset_password.password_reset') }} @endsection @section('content') @php $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; App::setLocale(checkLanguageSession()); @endphp
Logo
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

{{__('auth.reset_password.title')}}

{{__('auth.reset_password.already_reset')}} {{__('auth.sign_in')}}
@csrf
@endsection