@if ($title->image4 == null) @else @endif @if(getIsRtl() == 'rtl') @else @endif @if(setting('GOOGLEFONT_DISABLE') == 'off') @endif @include('includes.user.mobileheader') @include('includes.user.menu')

{{lang('Knowledge')}}

{{$articles->title}}

  • {{lang('Last Created On')}} {{$articles->created_at->format('M d, Y')}}
  • @if((setting('article_count') == 'on')) {!! $articles->views !!} @endif
{{$like->count()}} {{$dislike->count()}}
@if($articles->privatemode == 1) @if(Auth::guard('customer')->check() && Auth::guard('customer')->user())
@if($articles->featureimage != null) @if($articles->featureimage == 'frontend.jpg') @else @endif @endif
{!!ucfirst($articles->message) !!}
@foreach ($articles->getMedia('article') as $articles) @php $a = explode('.', $articles->file_name); $aa = $a[1]; @endphp
@if($aa == 'jpg' || $aa == 'jpeg' || $aa == 'JPG') @elseif($aa == 'pdf') @elseif($aa == 'csv') @elseif($aa == 'png') @else @endif

{{ $a[0] }}

.{{ $a[1] }}
@endforeach
@else

You must be logged in and have valid account to access this content.

@endif @else
@if($articles->featureimage != null) @if($articles->featureimage == 'frontend.jpg') @else @endif @endif
{!!ucfirst($articles->message) !!}
@foreach ($articles->getMedia('article') as $articles) @php $a = explode('.', $articles->file_name); $aa = $a[1]; @endphp
@if($aa == 'jpg' || $aa == 'jpeg' || $aa == 'JPG') @elseif($aa == 'pdf') @elseif($aa == 'csv') @elseif($aa == 'png') @else @endif

{{ $a[0] }}

.{{ $a[1] }}
@endforeach
@endif
@if(Auth::guard('customer')->check() && Auth::guard('customer')->user())
{{lang('Was this article useful to you?')}}
@if((setting('article_count') == 'on')) {{lang('Views')}}: {!! $articles->views !!} @endif
@else
@if((setting('article_count') == 'on')) {{lang('Views')}}: {!! $articles->views !!} @endif
@endif
@csrf

{{lang('Recent Articles')}}

    @foreach ($recentarticles as $recentarticle)
  • @if($recentarticle->articleslug != null) @if($recentarticle->subcategory != null) @if($recentarticle->subcategorys) {{$recentarticle->subcategorys->subcategoryname}} @endif @endif @else @if($recentarticle->subcategory != null) @if($recentarticle->subcategorys) {{$recentarticle->subcategorys->subcategoryname}} @endif @endif @endif
    {{Str::limit($recentarticle->title,'40')}}
    @if((setting('article_count') == 'on')) {{$recentarticle->views}} @endif
  • @endforeach

{{lang('Popular Articles')}}

    @foreach ($populararticles as $populararticle)
  • @if($populararticle->articleslug != null) @if($populararticle->subcategory != null) @if($populararticle->subcategorys) {{$populararticle->subcategorys->subcategoryname}} @endif @endif @else @if($populararticle->subcategory != null) @if($populararticle->subcategorys) {{$populararticle->subcategorys->subcategoryname}} @endif @endif @endif
    {{Str::limit($populararticle->title, '40')}}
    @if((setting('article_count') == 'on')) {{$populararticle->views}} @endif
  • @endforeach
@include('includes.footer') @yield('scripts') @guest @if (customcssjs('CUSTOMCHATENABLE') == 'enable') @if (customcssjs('CUSTOMCHATUSER') == 'public') @php echo customcssjs('CUSTOMCHAT') @endphp @endif @endif @else @if (customcssjs('CUSTOMCHATENABLE') == 'enable') @if (Auth::guard('customer')->check() && Auth::guard('customer')->user()) @php echo customcssjs('CUSTOMCHAT') @endphp @endif @endif @endguest @if (Session::has('error')) @elseif(Session::has('success')) @elseif(Session::has('info')) @elseif(Session::has('warning')) @endif @include('user.auth.modalspopup.register') @include('user.auth.modalspopup.login') @include('user.auth.modalspopup.forgotpassword')