@include('layouts.includes.head') @laravelPWA
{{-- fast access button --}}
{{ __('basic.tripo chatbot') }} 👋
{{--
{{ __('basic.tripo chatbot') }}
--}}
{{ __('basic.tripo assistant') }}
{{ __('basic.chatbot msg 1') }}
{{ __('basic.chatbot msg 2') }}
{{ __('basic.click here') }}
{{ __('basic.chatbot msg 3') }}
{{ __('basic.click here') }}
{{ __('basic.chatbot msg 4') }}
{{ __('basic.click here') }}
{{ __('basic.chatbot msg 5') }}
{{ __('basic.click here') }}
{{ __('basic.chatbot msg end') }}
{{--
{{ __('basic.new booking') }}
{{ __('basic.today booking') }}
{{ __('basic.hotel booking') }}
{{ __('basic.today invoices') }}
{{ __('basic.today incomes') }}
--}}
@if(prox_sett('systemname') == "tripo")
@else
@endif
Timeless authenticity
{{--
Powered by SHM
--}}
@yield('fixedcontent') @yield('full_content')
@unless(isset($no_sidebar)) @include('layouts.includes.sidebar') @endunless {{-- to hide wrapper in specific pages --}} @unless(isset($no_wrapper))
@include('layouts.includes.topbar') @yield('content') @include('layouts.includes.footer')
@endunless
@include('layouts.includes.footer-script')