@include('partials.metadata') @vite('resources/css/article.css') @if(isset($isFontAwesomeUsed) && $isFontAwesomeUsed) @endif @include('partials.headScript') @include('partials.bodyStartScript') @if (isset($ErrorMessage) && !empty($ErrorMessage))
{{ $ErrorMessage }}
@else
@if (!empty($htmlContent)) {!! $htmlContent !!} @else No Data Available @endif

Liked this article? Give a thumbs up

thumb-down thumb-up
@endif @include('partials.bodyEndScript') {{-- Article config for JS --}} @vite('resources/js/article.js')