@extends('template.master') @section('body') @section('title', 'Artikel') @section('description', 'Semua Artikel Onebox Contact Center Omnichanel')

Artikel

@if (!empty($artikel)) @foreach ($artikel as $item)
Baca Selengkapnya
{!! $item['tgl_publish'] !!}
{!! substr(strip_tags( $item['title']),0, 40).'...'!!}

{!! substr(strip_tags($item['content']),0, 100).'...'!!}

{{-- --}}
@endforeach @endif
@endsection