@extends('template') @section('content')
{{--
@foreach ($banner as $item) @endforeach
--}}

Berita Pariwisata dan Enkraf

@foreach ($berita as $item)

{{$item->tanggal}}

{{$item->title}}

{{{ Str::words(strip_tags($item->deskripsi), 25, ' ...') }}}

Baca Selengkapnya >
@endforeach
{{-- Lihat Semua --}} {{--

Tags Kategori Berita

--}}
@endsection