@extends('layouts.login-signin-layout') @section('content')
Welcome Back !

Sign in to continue.

@csrf
@error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
@if (Route::has('password.request')) {{ __('Forgot Your Password?') }} @endif

Don't have an account ? {{ __('Signup now') }}

© Designed & Developed By Bitzenith

@endsection