@extends('Centaur::layout') @section('title', __('basic.dashboard')) @php use App\Models\OdooSupportTicket; use App\Http\Controllers\OdooController; $odoo = new OdooController(); @endphp @section('content')
@include('Centaur::tickets.table')
@include('Centaur::dataModal')
@stop