@extends('layouts.app') @section('content')

LOGIN

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