@extends('layouts.master') @section('title') {{ trans_choice('general.audit_trail',2) }} @endsection @section('content')

{{ trans_choice('general.audit_trail',2) }}

@foreach($data as $key) @endforeach
{{ trans_choice('general.action',1) }} {{ trans_choice('general.module',1) }} {{ trans_choice('general.user',1) }} {{ trans_choice('general.note',2) }} {{ trans_choice('general.date',2) }}
{{ $key->action }} {{ $key->module }} {{$key->name}} {{ $key->notes }} {{ $key->created_at }}
@endsection @section('footer-scripts') @endsection