@extends('admin.layouts.guest') @section('title', 'Admin Login') @section('content')
C

CuraHealthLine

Admin Panel Login

@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
Forgot password?

Security Notice

This is a restricted area. All login attempts are logged and monitored. Unauthorized access is prohibited.

@endsection