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

Welcome Back

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

Don't have an account? Sign up

@endsection