@extends('layouts.auth') @section('title', 'Masuk') @section('content')
@csrf
@error('username'){{ $message }}@enderror
@error('password'){{ $message }}@enderror
@endsection @section('footer') @endsection