@extends('layouts.app') @section('title', 'Login - SI Apotek') @section('content')

ApotekKu

Masuk ke sistem informasi apotek

@if ($errors->any())

{{ $errors->first() }}

@endif
@csrf

Gunakan akun admin atau kasir (password: password)

@endsection