@extends('layouts.auth_components.header') @section('authcontent')

Welcome Back! Log in to Your Dashboard

Access your CRM tools, manage your business, and stay in control — anytime, anywhere.

@csrf
@error('login') {{ $message }} @enderror @error('email') {{ $message }} @enderror
@error('password') {{ $message }} @enderror
Don't have an account? Create an Account
@endsection