@extends('index') @if (Session::get("username")) {{-- Redirect to the main page if the user is already logged in --}} @endif @section("body")

IT INVENTORY SYSTEM

Username:
Password:
@csrf
@if($errors) @foreach($errors->all() as $e)

{{$e}}

@endforeach @endif @endsection