@extends('backend.layout.main') @section('content') @if($errors->has('name'))
| {{__('db.date')}} | {{__('db.User')}} | {{__('db.action')}} | {{__('db.Reference No')}} | {{__('db.Item Description')}} | {{__('db.Created At')}} | |
|---|---|---|---|---|---|---|
| {{$key}} | {{ $activity_log->date }} | {{ $activity_log->user_name}} | {{ $activity_log->action}} | {{ $activity_log->reference_no}} | {!! $activity_log->item_description !!} | {{ $activity_log->created_at}} |