| S no | Action | Section | Activity | Date | Time |
|---|---|---|---|---|---|
| {{$loop->index + 1}} | {{$item->action ?? 'not available'}} | {{$item->section ?? 'not available'}} | {{$item->name}} {{$item->activity}} | {{$formattedDate}} | {{$formattedTime}} |
@extends('dashboard.layout.master') @section('content')
| S no | Action | Section | Activity | Date | Time |
|---|---|---|---|---|---|
| {{$loop->index + 1}} | {{$item->action ?? 'not available'}} | {{$item->section ?? 'not available'}} | {{$item->name}} {{$item->activity}} | {{$formattedDate}} | {{$formattedTime}} |