@extends('stisla.layouts.app-auth-simple')
@section('title')
{{ $title = __('Masuk') }}
@endsection
@section('content')
@include('stisla.auth.login.includes.alert-info')
@if ($_is_login_must_verified)
@endif
@if ($_is_active_register_page)
@endif
@include('stisla.auth.login.includes.btn-social')
@endsection
@include('stisla.auth.script-gcaptcha')