RECENT ACTIVITIES
Recent {{ count($logs) }} of {{ count($logs) }} showing Showing 2 Records
@if(!empty($logs)) @foreach($logs as $logs_row) @php($staff = \App\Models\Admin::where('admin_uuid', $logs_row->created_by)->first())
{{$logs_row->log_details}}
{{ !empty($staff) ? $staff->title.' '.$staff->firstname.' '.$staff->lastname : '' }} {{ time_elapsed_string($logs_row->created_at) }}
@endforeach @else

{{NO_RECORD}}

@endif