@extends('stisla.layouts.app-blank') @section('title') {{ __('Masuk') }} @endsection @section('content')
{{ $_app_name }}

Selamat datang di {{ $_app_name }}

{{ $_company_name }}

Sebelum memulai, anda harus masuk terlebih dahulu dengan akun anda.

@csrf @include('includes.form.input-email') {{-- @include('includes.form.input-password') --}} @include('auth.login.input-password')
@include('includes.form.buttons.btn-primary', ['icon'=>'fas fa-sign-in-alt', 'label'=>__('Masuk')])
Copyright © {{ $_company_name }}. Dibuat dengan 💙 Template Stisla

{{ __('Selamat Pagi') }}

{{ $_city }}, {{ $_country }}
@endsection