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

Drag and Drop to sort the categories

@foreach($category as $cat) @endforeach
ID Detail Icon Status Featured Added/ Updated on Action
{{$i++}} @if($cat->image != '') @else @endif

Name: {{$cat->title}}

Description: {{substr(strip_tags($cat->description), 0, 100)}}{{strlen(strip_tags( $cat->description))>100 ? '...' : ""}}

{{ 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($category as $cat) @endforeach @endsection @section('custom-script') @endsection