@extends('powerpanel.layouts.app_login') @php $CDN_PATH = Config::get('Constant.CDN_PATH'); @endphp @section('content')

{!! trans('template.forgotPwd.forgotpassword') !!} ?

{!! trans('template.forgotPwd.enteremailandpassword') !!}.

{{ csrf_field() }} @if(Session::has('status'))
{{ Session::get('status') }}
@endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
{!! trans('template.forgotPwd.login') !!}
@endsection @section('scripts') @endsection