@extends('layouts.admin.master') @section('title', 'All Reviews - Adventures Planner') @section('content') @include('admin.includes.message')
SN | Title | order | Status | Updated at | Actions |
---|---|---|---|---|---|
{{ $key + $review->firstItem() }} | {{ $blog->name ?? '' }} | {{ $blog->order ?? '' }} | {{ $blog->status == 1 ? 'Publish' : 'Draft' }} | {{ $blog->updated_at->diffForHumans() }} | Edit |