@extends('layouts.app') @section('content')

{{ $pageNote }}

@if($row->updated_at!='0000-00-00 00:00:00') @endif
{!! Lang::get('core.Category_Name')!!} {{ $row->name }}
{!! Lang::get('core.Slug')!!} {{ $row->slug }}
{!! Lang::get('core.Created_At_Time')!!} {{ $row->created_at }}
{!! Lang::get('core.Updated_At_Time')!!} {{ $row->updated_at }}
@stop