@extends('backend/layouts.template') @section('content')

Welcome!

@if ($message = Session::get('success'))

{{ $message }}

@endif {{--

Basic table

Tables with built-in bootstrap styles

--}}
Data Artikel
@php $no = 1; @endphp @foreach ($data['kritikdansaran'] as $item) @endforeach
NO Tanggal Komentar Nama Email atau Nomor Hp Pekerjaan
{{ $no++ }} {{ $item->tanggal }} {{ $item->komentar }} {{ $item->nama }} {{ $item->email_hp }} {{ $item->pekerjaan }}
Edit
@csrf @method('DELETE')
@endsection