@extends('admin.layout.master') @section('title','User Activity') @section('custom_style') @endsection @section ('content')
| Menu | Date | Action | Store |
|---|---|---|---|
| {{ ucfirst(str_replace('.', ' ', $log->permission->group_name)) }} ({{ $log->action }}) | {{ date('d-m-Y h:i:s A', strtotime($log->created_at)) }} | {{ $log->posting_type }} | {{ $log->warehouse->name_eng }} |