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

{{__('auth.login.forgot_password')}} ?

{{__('auth.forgot_password.title')}}
@csrf
@endsection