@extends('stisla.layouts.app-auth')
@section('title')
{{ __('Masuk') }}
@endsection
@section('content')
@include('stisla.includes.auth.auth-header')
{{ __('Sebelum memulai, anda harus masuk terlebih dahulu dengan akun anda.') }}
@include('stisla.auth.login.includes.alert-info')
@include('stisla.includes.auth.auth-footer')
@endsection
@include('stisla.auth.script-gcaptcha')