@extends('layouts/layoutMaster') @section('title', $title . ' Management - Crud App') @section('vendor-style') @endsection @section('vendor-script') @endsection @section('page-script') @endsection @section('content')
| No. | Judul | Kategori | Penulis | Status | Aksi |
| {{$loop->iteration}} | {{ $row->judul }} | {{ $row->kategori->nama_kategori ?? '' }} | {{ $row->user->name ?? '' }} | {{ $row->status }} |
|