@extends("admin/layouts.master") @section('title','All Childcategories |') @section("body")
Child Category
+ Add New Childcategory

Drag and Drop to sort the Childcategories

@foreach($cats as $key=> $cat) @endforeach
ID Image Category Title Status Featured Updated Action
{{$i++}} @if($cat->image != '') @else @endif

Name: {{$cat->title}}

Description: {{strip_tags($cat->description)}}

Subcategory: {{$cat->subcategory['title']}}

{{ csrf_field() }}
{{ csrf_field() }}

{{ date('M jS Y',strtotime($cat->created_at)) }},

{{ date('h:i A',strtotime($cat->created_at)) }}

{{ date('M jS Y',strtotime($cat->updated_at)) }}

{{ date('h:i A',strtotime($cat->updated_at)) }}

@foreach($cats as $key=> $cat) @endforeach @endsection @section('custom-script') @endsection