{{ __('Info ' )}}
@if( isset($menuItemName) )
Menu Item: {{$menuItemName}}
@endif @if( isset($subCategoryName) )
Sub Category: {{$subCategoryName}}
@endif @if( isset($categoryName) )
Category: {{$categoryName}}
@endif
Created At: {{$item->created_at}}
Updated At: {{$item->updated_at}}
@if( isset($createdBy) )
Created By: {{$createdBy}}
@endif @if( isset($updatedBy) )
Updated By: {{$updatedBy}}
@endif