@extends('layouts.auth-app') @section('title', 'Login') @section('styles') @endsection @section('content')
CISAMS Logo {{--

LOGIN

--}}

Cybercrime Investigation Support, Analysis and Monitoring System

@include('layouts.alerts')
@csrf
@if ($errors->has('username')) {{ $errors->first('username') }} @endif
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
{!! Captcha::img() !!}
@error('captcha')
{{ $errors->first('captcha') }}
@enderror
@endsection @section('scripts') @endsection