@extends('adminlte::page') @section('title', 'Content') @php $is_appv = 0; @endphp @if(request()->has('approve')) @php $is_appv = request('approve'); @endphp @endif @section('content_header')
| No. | Category | Title | Writer Name | Created Date | View & Edit | Remark | Quality Check | Description |
|---|---|---|---|---|---|---|---|---|
| {{$i}}. | Others | {{$value->title}} | {{$value->getAttrubute->name ?? ''}} | {{ $value->created_at->format('d-M-Y') }} | view | @if($value->remarkby == 0)Remark@else {{$value->remark}} Edit @endif |
Checking...
|
{!! $value->content !!} |