@extends('layout/login') @section('title','Login') @section('Content')

SIMRS ADMIN

@if(Session::has('alertError'))
{{ Session::get('alertError') }}
@endif @if(Session::has('alertSuccess'))
{{ Session::get('alertSuccess') }}
@endif
@csrf

@endsection