@extends('auth.layouts.app') @section('content')

Visitor Management System

@csrf
@error('username') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
{{--
Login with Google Login with Facebook --}}

{{-- --}}
@endsection