@extends('layouts.frontendDashboard.master') @section('title', 'SHOW ACTIVITY LOGS') @section('body-start')
# | {{ __('Activity') }} | {{ __('Activity Time') }} | {{ __('Performed By') }} |
---|---|---|---|
{{ $loop->iteration }} | {{ !empty($item->description) ? $item->description : '' }} | {{ !empty($item->created_at) ? date('d-m-Y h:i:s a', strtotime($item->created_at)) : '' }} | {{ !empty($item->log_name) ? $item->log_name : '' }} |