@extends('back.layouts.app', ['title' => $title]) @section('content')
@include('back.common_views.quicklinks')
@include('flash::message')
@if ($errors->any())

Please correct These error.

@foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
    @endif

    AI Settings


    @csrf
    When enabled, the AI assistant widget appears on the dashboard.

    @endsection @section('beforeBodyClose') @endsection