@extends('themes.backend.layouts.app-no-header') @section('commonPages') @stop @section('menu') @stop @section('themebg-pattern')themebg-pattern="theme2" @stop @section('section-class')class="login-block" @stop @section('content')
{{ csrf_field() }}

{{ config('app.name') }}

{{ __('auth.f_password_hdng_txt') }}

{{ __('auth.f_password_sign_in_txt') }}
{{-- Alert message start --}} @if(session()->has('alert')) @endif {{-- Alert message end --}}

{{ __('auth.thank_you_txt') }}

{{ __('auth.bk_to_website_txt') }}

@stop