@extends('super-admin.layouts.saas-app') @section('content') {{$pageTitle}} {!! Form::open(['id'=>'register','class'=>'form-horizontal form-material', 'method'=>'POST']) !!} {{__('subdomain::app.messages.forgotPageMessage')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @lang('app.submit') {{__('subdomain::app.core.alreadyKnow')}} {{__('subdomain::app.core.backToSignin')}} {!! Form::close() !!} @endsection @push('footer-script') @endpush
{{__('subdomain::app.messages.forgotPageMessage')}}
{{__('subdomain::app.core.alreadyKnow')}}