@if($get_activity_logs_actions->responseCode == 800)
@if(!empty($get_activity_logs_actions->data))
@endif
@else
@endif
| Admin |
Type |
URL |
Detail |
Comment |
Created |
@if($get_activity_logs->responseCode == 800)
@if(!empty($get_activity_logs->data))
@foreach($get_activity_logs->data as $key => $value)
| {{ $value->full_name }} |
{{ $value->log_type_name }} |
|
{{ $value->details }} |
{{ ($value->comments == '') ? 'No Comment' : $value->comments }} |
{{ date('F d, Y g:ia', strtotime($value->created_at)) }} |
@endforeach
@else
@endif
@else
@endif