@php $scripts = ''; $html = ''; $summaryScripts = ''; $cssFile = false; /** @var \App\Core\Modules\ScriptsManage\Models\ScriptManage $getStoreScripts */ if (isset($getStoreScripts)) { $scripts = $getStoreScripts->head_js; $html = $getStoreScripts->head_html; $summaryScripts = $getStoreScripts->order_js; $cssFile = $getStoreScripts->getCssFileUrl(); } @endphp @if($cssFile) @endif {!! $html !!}