@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Blog

   
@stop @section('content')
@foreach ($blog as $blg) {{----}} @endforeach
Image Category Title Post Recent Trending Popular Status Added Action Published /Drafted Last Updated By
{{!empty($blg->blogcategory->name)?$blg->blogcategory->name:'--'}} {{$blg->title}} {{substr(strip_tags($blg->content),0,50)}}... is_recent?'checked':''}} class="chk_recent" data-url="{{ route('blog.updateIsrecent',$blg->id) }}"/> is_home_news?'checked':''}} class="chk_recent" data-url="{{ route('blog.updateIsHomeNews',$blg->id) }}"/> is_popular?'checked':''}} class="chk_recent" data-url="{{ route('blog.updateIspopular',$blg->id) }}"/> {{($blg->status)?'Active':'Deactive'}} {{$blg->date_added}} {{--@if($blg->pricing) Pricing @else Pricing @endif--}} Edit    Delete    Review is_published == 1 ? 'checked' : '' }}> {{ $blg->updatedBy->name ?? 'N/A' }}
({{$blg->updated_at->setTimezone('Asia/Kolkata')->format('d-m-Y h:i A')}})
@section('css') @stop @section('js') @stop @stop