@extends('super-admin.layouts.saas-app') @section('content') {{$pageTitle}} @csrf {{__('subdomain::app.messages.forgotPageMessage')}} @if ($errors->has('email')) {{ $errors->first('email') }} @endif @lang('app.submit') {{__('subdomain::app.core.alreadyKnow')}} {{__('subdomain::app.core.backToSignin')}} @endsection @push('footer-script') @endpush
{{__('subdomain::app.messages.forgotPageMessage')}}
{{__('subdomain::app.core.alreadyKnow')}}