@extends('layouts.authorized') @section('title', 'Blogs') @section('headerCustom') @php $title = $model::getTitleIndex(); @endphp @endsection @section('content')
{{ $title }} Tambah Blog
@foreach ($list as $item) @foreach($model::INDEX_FIELD as $field) @endforeach @endforeach
Judul Status Aksi
{{ $item->getValue($field, '', '') }}
@endsection @section('jsCustom') @endsection