@yield('meta')
@stack('head-area')
@php
$page_name = 'index';
@endphp
@include('includes.partials.mobile-header')
@include('frontend.chatbot.partials.chatbotPageSection')
@include('includes.partials.mobile-footer')
@stack('before-scripts')
@include('includes.partials.mobile-js')
@stack('after-scripts')