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

Gold Mining Site

Chunya-Itumbi, Tanzania

@csrf
@error('login')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
@if ($errors->any())

Authentication Failed

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Demo Credentials

Admin: admin / deangarlus@gmail.com
Safety Officer: sarah / sarah.safety@mining.com
Storekeeper: mike / mike.store@mining.com
Employee: john / john.miner@mining.com
Admin Password: kingcankill
Others: password
@endsection