@extends('layouts.app') @section('content-header')
| {{__('commons.title')}} | {{ $tag->title }} |
|---|---|
| {{__('commons.created_by')}} | {{ optional($tag->creator)->name }} |
| {{__('commons.created_at')}} | {{ $tag->created_at }} |
| {{__('commons.update_at')}} | {{ $tag->updated_at }} |