@extends('Layouts.index') @section('content')

Bantuan

Pusat Bantuan JAGOTI LMS

@if (!empty($helpdesk)) @foreach ($helpdesk as $item)

{{$item['title']}}

{!!$item['content']!!}

@endforeach @endif
@endsection