@extends('common::layouts.master') @section('post-aria-expanded') aria-expanded="true" @endsection @section('post-show') show @endsection @section('post') active @endsection @section('post-active') active @endsection @section('content')
{{ __('language') }}
{{ __('post_type') }}
{{ __('category') }}
{{ __('sub_category') }}
Search
| --}} | # | {{ __('post') }} | {{ __('language') }} | {{ __('post_type') }} | {{ __('category') }} | {{ __('post_by') }} | {{ __('visibility') }} | {{ __('view') }} | {{ __('added_date') }} | @if(Sentinel::getUser()->hasAccess(['post_write']) || Sentinel::getUser()->hasAccess(['post_delete'])){{ __('options') }} | @endif
|---|---|---|---|---|---|---|---|---|---|---|
| --}} | {{ $post->id }} |
@if(isFileExist($post->image, $result = @$post->image->thumbnail))
{{ $post->title }}
@else
@endif
@endif
|
{{ $post->language }} | {{ $post->post_type }} | @php $roles=Sentinel::findById($post->user_id)->roles->first(); @endphp {{ $roles->name }} | @if($post->visibility==1) @else @endif @if($post->breaking==1) @endif @if($post->featured==1) @endif @if($post->recommended==1) @endif @if($post->slider==1) @endif | {{ $post->total_hit }} | {{ $post->created_at }} | @if(Sentinel::getUser()->hasAccess(['post_write']) || Sentinel::getUser()->hasAccess(['post_delete']))
|
@endif