@extends('layouts.guest') @section('title', 'Sign in') @section('content')

Welcome back

Sign in to your ServiceHub account

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Don't have an account? Register

Demo accounts

Password: password

@endsection