{{ $heading ??'' }}
- {{ __('Dashboard') }}
@if(isset($title))
- {{ $title ?? '' }}
@endif
@if(isset($title1))
- {{ $title1 ?? '' }}
@endif
@if(isset($title2))
- {{ $title2 ?? '' }}
@endif
@include('sweetalert::alert')
-
-
@if($gsetting->api_enable == '1')
-
@endif
@if(Auth()->user()->role == "admin")
-
@endif
@php
$languages = App\Language::all();
@endphp
-
-
@include('admin.openai.topbar')