@extends('layouts.page-app') @section('title', 'Login POS') @push('style') @endpush @section('content')

PEMPEK RAJAWALI 88

Selamat datang di Kape POS, aplikasi kasir yang membantu bisnis Anda.

@endsection {{-- @section('main')

Login

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }} @enderror
Don't have an account? Create One
@endsection --}} @push('scripts') @endpush