@extends('layouts.app') @section('style') @stop @section('content')
@lang('layout.Title') | @lang('layout.Data') |
---|---|
@lang('layout.ID') | {{$nProCategories->id}} |
@lang('layout.ClassName') | {{$nProCategories->name}} |
@lang('layout.Description') | {{$nProCategories->description}} |
@lang('layout.CreatedAt') | {{convertDate($nProCategories->created_at)}} |
@lang('layout.UpdatedAt') | {{convertDate($nProCategories->updated_at)}} |