@extends('layouts.tenant.master') @section('title', 'Role Menu') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Roles Audit Logs

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($logs as $key => $log) @endforeach
Id record Time
{{ $key + 1 }} {{ 'Representative ' . $log->representative . ' ' . 'assigned' . ' to ' . $log->assigned_role . ' ' . $log->assigned_user }} {{ $log->created_at->format('Y-m-d H:i:s') }}
@endsection @section('script') @endsection