@extends('layouts.main') @section('content')
| {{ __('ID') }} | {{ $blogCategory->id }} |
| {{ __('Translate') }} | |
| {{ strtoupper($lang) }} | |
| {!! __('validation.attributes.' . $tKey) == 'validation.attributes.' . $tKey ? $tKey : __('validation.attributes.' . $tKey) !!} | {!! $tVal !!} |
| {{ __('translate') }} | {{ $blogCategory->translate }} |
| {{ __('validation.attributes.created_by') }} | {{ $blogCategory->created_by }} |
| {{ __('validation.attributes.updated_by') }} | {{ $blogCategory->updated_by }} |
| {{ __('validation.attributes.created_at') }} | {{ $blogCategory->created_at }} |
| {{ __('validation.attributes.updated_at') }} | {{ $blogCategory->updated_at }} |