@extends('core::layouts.app') @section('title', __('Group Categories')) @section('content')
@lang('Name') | @lang('Date Created') | @lang('Date Modified') | @lang('Action') |
---|---|---|---|
{{ $item->name }} |
{{$item->created_at->format('M j, Y')}}
|
{{$item->updated_at->format('M j, Y')}}
|