@php use App\Models\Utility; $setting = \App\Models\Utility::settings(); $settings = Utility::settingsById(\Auth::user()->creatorId()); $setting_arr = Utility::file_validate(); @endphp {{----}} @if($message = Session::get('success')) @endif @if($message = Session::get('error')) @endif @if($setting['enable_cookie'] == 'on') @include('layouts.cookie_consent') @endif @stack('script-page') @stack('old-datatable-js')