@extends('admin.layout.app') @section('title','Show Audit') @section('header')
@endsection @section('content')Model | {{ $audit->auditable_type }} |
Auditable ID | {{ $audit->auditable_id }} |
Time | {{ $audit->created_at }} |
{{ $attribute }} | {{ $value }} |
{{ $attribute }} | {{ $value }} |