@extends('admin.layouts.grid') @section('title', translate('Updated Items')) @section('container', 'container-max-xxl') @section('content')
| {{ translate('ID') }} | {{ translate('Details') }} | {{ translate('Author') }} | {{ translate('Submitted Date') }} | {{ translate('Action') }} |
|---|---|---|---|---|
| {{ $itemUpdate->id }} | {{ $itemUpdate->author->username }} | {{ dateFormat($itemUpdate->created_at) }} |
|