@if(session()->has('success'))
{{ session()->get('success') }}
@endif @if(session()->has('error'))
{{ session()->get('error') }}
@endif @csrf
Sign In
Access the Admin panel using your email and passcode.
Email Address
Password
Sign In
{{--
New on our platform?
Create an account
--}} {{--
OR
Copyright © 2023 DreamsPOS. All rights reserved
--}}
@include('layouts.footer')