@extends('layouts.auth', ['title' => 'Login - Booklio']) @section('content')
Welcome back

Login to Booklio

Access your appointments, customers, invoices, reminders, and booking links.

@if (session('status'))
{{ session('status') }}
@endif
@csrf
Forgot password?
Login

New to Booklio? Register your business

@endsection