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

Sign in to your account

Welcome back to IPDC

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

Don't have an account? Sign up

@endsection