@if(app()->getLocale() == 'ar') @endif @yield('title') @yield('meta') {!! $settings['code_head'][app()->getLocale()] ?? '' !!} @yield('script_thanks') @yield('script_page')
@yield('content') {{-- @include('cookieConsent::index') --}}
{!! $settings['code_foot'][app()->getLocale()] ?? '' !!} @if(Session::has('success')) @if(app()->getLocale() == 'ar') @else @endif @elseif(Session::has('error')) @if(app()->getLocale() == 'ar') @else @endif @elseif(Session::has('info')) @if(app()->getLocale() == 'ar') @else @endif @endif @stack('js')