@extends('layouts.app') @section('title') Activity Log @stop @section('breadcrumb')
@stop @section('content')# | Action | Description | User | Time | |
---|---|---|---|---|---|
{{$count++}} | {{$a->log_name}} | {{$a->description}} | @if($a->user){{$a->user->name}} | @else@endif | {{$a->created_at}} |