@extends('super-admin.layouts.front-app') @push('head-script') @endpush @section('content') @csrf @if(function_exists('getDomain')) .{{ getDomain() }} @else .{{ $_SERVER['SERVER_NAME'] }} @endif @lang('subdomain::app.core.continue') {{__('subdomain::app.core.signInTitle')}} {{__('subdomain::app.messages.findCompanyUrl')}} @endsection @push('footer-script') @endpush
{{__('subdomain::app.core.signInTitle')}} {{__('subdomain::app.messages.findCompanyUrl')}}