@extends('admin.layouts.app') @section('css') @endsection @section('content') {{--
{{ __('Login') }}
@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif
--}}

ICMR | RMRCNE

@csrf
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{!! Captcha::img() !!} @error('captcha')
@php $admin_login_crypt = md5(time().uniqid()); // $crypt2 = md5(date('Y-md h:is').uniqid()); \Session::put('admin_login_crypt', $admin_login_crypt); // Session::set('crypt2', $crypt2); @endphp @endsection