@php $isRTL = isRTL(app()->getLocale()); @endphp @if ($isRTL) @else @endif @include('color.color-configuration') @if ($isRTL) @else @endif
@include('provider.partials.header') @yield('content') @include('provider.partials.footer')
@if (session('permission-error'))
@else
@endif @if (module_view_exists('paymentgateway::script') && $PaymentGatewayStatus == 1) @include('paymentgateway::script') @endif @if (request()->routeIs('provider.calendar') || request()->routeIs('staff.calendar')) @endif @stack('scripts')