@extends('backend.layout.master') @section('content')

Logs Manager

@foreach ($logs as $key => $log) @endforeach
S.No Description Performed By Table Name Action Type Date Time
{{ ++$key }} {{ $log->description ?? '-' }} {{ get_usr($log->performed_by)->name ?? '-' }} {{ $log->performed_on }} {{ $log->action_type }} {{ $log->created_at->format('d-m-Y'); }} {{ $log->created_at->format('g:i A'); }}
@endsection @push('specific_css') @endpush @push('specific_js') @endpush