@extends('Backend.layouts.app') @section('styles') @endsection @section('content')
Name:

{{ $category->name }}

Sort:

{{ $category->sort }}

Status: @if($category->status==1) Active @else Inactive @endif Description:

{{ $category->description }}

Create at:
{{ date('M j,Y h:ia',strtotime($category->created_at)) }}
Updated at:
{{ date('M j,Y h:ia',strtotime($category->updated_at)) }}

@endsection