@extends('layouts.user_type.guest') @section('content')

Sign In

{{--

Create a new acount

OR Sign in with these credentials:

--}}
@csrf
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@endsection