@extends('layouts.app') @section('content')
Login
@csrf
@error('username'){{$message}}@enderror
@error('password'){{$message}}@enderror
@endsection