@extends('layouts.auth_app') @section('title') {{ __('messages.user.password') }} {{ __('messages.common.reset') }} @endsection @section('content') @php $style = 'style=background-image:url(' . asset('assets/img/progress-hd.png') . ')'; $settingValue = getSettingValue(); 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
{{ __('messages.common.cancel') }}
@endsection {{-- @extends('layouts.auth_app') --}} {{-- @section('title') --}} {{-- Password Reset --}} {{-- @endsection --}} {{-- @section('content') --}} {{-- @include('flash::message') --}} {{-- @php --}} {{-- $style = 'style=background-image:url('.asset('assets/img/progress-hd.png').')'; --}} {{-- $settingValue = getSettingValue(); --}} {{-- App::setLocale(session('languageName')); --}} {{-- @endphp --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{-- Logo --}} {{-- --}} {{--
--}} {{--
--}} {{-- @csrf --}} {{-- @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')}}
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- @endsection --}}