{{-- @if(isset($seo->title))
{{ $seo->title }}
@else
{{ setting('site.title', 'Laravel Wave') . ' - ' . setting('site.description', 'The Software as a Service Starter Kit built on Laravel & Voyager') }}
@endif --}}
{{ config('app.name', 'Numstation') }}
{{-- Social Share Open Graph Meta Tags --}} @if(isset($seo->title) && isset($seo->description) && isset($seo->image))
@if(isset($seo->image_w) && isset($seo->image_h))
@endif @endif
@if(isset($seo->description))
@endif
@yield('style')
@include('theme::user.partials.sidebar')
@include('theme::user.partials.navigation')
@yield('content')
@if(config('wave.dev_bar')) @include('theme::partials.dev_bar') @endif
{{-- Chat --}}
{{ __("How we can help?") }}
{{ __("Send us a message and we will reply within 10 minutes.") }}
{{ __("Bookkeeping Service") }}
{{ __("Company Secretary Service") }}
{{ __("Send us a message and we will reply within 10 minutes.") }}
{{--
18 August 2022
Hi. I am Logistics Manager at companyA. My Name is Ellen.
1 day ago
Hi Ellen! Thanks for bearing with us. How may we help you?
1 day ago
I can't upload my documents successfully
4:34 pm
What type of documents are you uploading?
4:34 pm
--}}
@csrf
@vite(['resources/js/app.js']) @include('theme::partials.toast') @if(session('message')) @endif @waveCheckout {{-- --}} @yield('script')