@extends('layouts.guest') @section('title', 'Client Login') @section('content')

Client Portal

Sign in to your account

@if (session('status'))
{{ session('status') }}
@endif
@csrf
@if (Route::has('client.password.request')) {{ __('Forgot your password?') }} @endif {{ __('Log in') }}
@if (Route::has('client.register'))

Don't have an account? Register here

@endif
@endsection