@extends('layouts.app')
@section('title', 'Lina AI')
@push('styles')
@endpush
@section('content')
{{-- Left conversations sidebar --}}
{{-- Main chat area --}}
{{-- Header --}}
Lina
Online — knows your workspace data
{{-- Messages --}}
Hi, I'm Lina!
I'm your AI assistant. I have full access to your tasks, projects, notes, reminders, and routines. Ask me anything.
What tasks are due today?
Show high priority tasks
Summarize my projects
Any overdue reminders?
What routines do I have?
Show my recent notes
{{-- Input --}}
@endsection
@push('scripts')
@endpush