@extends('admin.layouts.master') @section('title') {{ translate('Blogs - List') }} @endsection @section('content')
{{ translate('ID') }} | {{ translate('Name') }} | {{ translate('Category') }} | {{ translate('Date Place') }} | {{ translate('Status') }} | {{ translate('Action') }} |
---|---|---|---|---|---|
{{$a}} | {{$blog->title}} | {{$blog->category->category_name}} | {{ formatDate($blog->created_at) }} | {{ $blog->status == 1 ? 'Active' : 'Inactive' }} | @if($permissionForBlogs !== null && $permissionForBlogs->can_edit == '1') @endif @if($permissionForBlogs !== null && $permissionForBlogs->can_delete == '1') @endif |
|
Title | Action |
---|---|---|
|
#TW1500001 |
|
Description | #TW1500002 |
We've searched more than 199+ users We did not find any users for you search.
{!! sprintf(translate('Showing %d of %d Results'), $blogs->count(), $blogs->total()) !!}