@extends('layouts.auth') @section('title', 'Login') @section('content')
@if ($errors->any())
Error!
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

GasGuard

Welcome Back

Log in to your account to monitor your gas sensors and manage refill requests.

@if(session('error')) @endif
@csrf
@error('phone_number')

{{ $message }}

@enderror
@if(!app()->environment('production'))

Quick Login (Testing Only)

These options are for testing only and will be hidden in production.

@endif
@endsection @section('scripts') @endsection