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

Sign In

Welcome back to StarHela!

@if($errors->any()) @endif
@csrf

Don't have an account? Sign Up

@endsection