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

Blog Category

@stop @section('content')
Add
@foreach ($blogCategory as $blg) @endforeach
Image Name Sub Title Slug Status Featured Action
@if(!empty($blg->image)) @endif {{$blg->name}} {{$blg->sub_title}} {{$blg->slug}} {{($blg->cat_status)?'Active':'Deactive'}} featured?'checked':''}} class="chk_featured" data-url="{{ route('blog-category.updateFeatured',$blg->id) }}"/>
@section('js') @stop @stop