List
| Srl | Date-Time | Type | Description | User |
|---|---|---|---|---|
| {{ ++$key }} | {{ date('Y-m-d h:i:s A',strtotime($data->date_time)) }} | {{ $data->type }} | {{ $data->description }} | {{ $data->user }} |
@extends('layouts.template')
@section('template')
LOGS
| Srl | Date-Time | Type | Description | User |
|---|---|---|---|---|
| {{ ++$key }} | {{ date('Y-m-d h:i:s A',strtotime($data->date_time)) }} | {{ $data->type }} | {{ $data->description }} | {{ $data->user }} |