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

WA Gateway

Sign in to your account

@if($errors->any())
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Don't have an account? Register

@endsection