@extends('layouts.guest') @section('title', 'Login') @section('content')

Billing System

Sign in to access your account

@csrf
@error('username')

{{ $message }}

@enderror

© {{ date('Y') }} Billing System. All rights reserved.

@endsection