@extends('header.headerlogin') @section('contentLogin')

Login Admin!

...
@csrf
@if(isset($Error))
Password or Email InValid
@endif
@endsection