@extends('admin.layout') @section('title', 'Admin Login') @section('content')
Z

Welcome Back

Please enter your credentials to access the admin portal.

Hint( Username: admin password: password )
@if(session('error'))
{{ session('error') }}
@endif
@csrf

© {{ date('Y') }} Zylu Admin Portal. All rights reserved.

@endsection