@extends('layouts.app')
@section('bread-crumb')
{{$user->fname}} {{$user->lname}}
@endsection
@section('content')
| Action |
Remarks |
Date |
@forelse ($audit_trails as $item)
| {{$item->action}} |
{{$item->remarks}} |
{{$item->created_at}} |
@empty
| Sorry, no audit trail found. |
@endforelse
@endsection
@section('script')
@endsection