@extends('admin.layouts.app') @section('title', __('admins')) @section('content') @if ($errors->any())
# | Image | Title | visibility | Is Approved | Status | Created At | Action | |
---|---|---|---|---|---|---|---|---|
{{$post->id}} |
@if(Storage::disk('public')->exists('posts/'.$post->image))
|
{{-- --}} | {{$post->title}} | {{$post->view_count}} | {{$post->is_approved == true ? 'Approved' : 'Pending '}} | {{$post->status == true ? 'Published' : 'Pending'}} | {{$post->created_at}} |