@extends('admin.layouts.app')
@section('content')
| No. | Judul | Dibuat Oleh | Tanggal Publish | Status | # |
|---|---|---|---|---|---|
| {{ ($data->currentpage() - 1) * $data->perpage() + $i + 1 }}. | {{ $res->judul }} | {{ $res->to_user->name }} | {{ \Carbon\Carbon::parse($res->tanggal_publish)->isoFormat('DD MMMM YYYY') }} | @if ($res->is_active == 1) Aktif @else Tidak Aktif @endif |
|
| No Data | |||||