@extends('layout') @section('title') {{ config('app.name', __('Sign In')) }} @endsection @section('front-content')
@php $currentLang = session()->get('front_lang'); $loginContent = getContent('login_section.content', true); @endphp
@endsection @push('js_section') @endpush @if (env('APP_MODE') == 'DEMO') @push('js_section') @endpush @endif