@extends('layouts.guest') @section('content')
@csrf

Admin Login

@error('username')
{{ $message }}
@enderror
@endsection