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

{{ $blogCategory->name }}

Description:

{{ $blogCategory->description }}

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

@endsection