@extends('layouts.front') @push('css') @endpush @section('content') @lang('Sign In') {{ 'Securely access your investment dashboard.' }} @includeIf('includes.user.form-both') @csrf @lang('Your Email') @lang('Submit') @lang('Login Now?') {{ $ps->login_title}} @php echo $ps->login_subtitle; @endphp @lang('Forgot Password') @includeIf('includes.user.form-both') @csrf @lang('Your Email') @lang('Submit') @lang('Login Now?') @endsection @push('js') @endpush
{{ 'Securely access your investment dashboard.' }}
@php echo $ps->login_subtitle; @endphp