@extends('shared.base', ['title' => 'Sign In']) @section('styles') @endsection @section('content')
auth-card-bg
dark logo logo

Let’s get you signed in. Enter your email and password to continue.

@csrf
@error('email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Forgot Password?

New here? Create an account

© TezTech — by Allantez-tech

@include('shared.partials.footer-scripts') @endsection @section('scripts') @endsection