@extends('layouts.app') @section('content')
{{-- auditLog table --}}
@if ($message = Session::get('success')) @endif @if ($message = Session::get('error')) @endif @if ($errors->any()) @endif
Holder Type {{$options['user-type'][$holder->type]}}
Name {{$holder->name}}
Created By {{$holder->createdBy->name}}
Created At {{$holder->created_at}}
Updated By {{ $holder->updatedBy->name ?? null }}
Updated At {{ $holder->updatedBy->name ?? null }}
{{-- End of auditlog table --}}
@endsection