@extends('layouts.master') @section('content')
@foreach( $actions as $action ) @endforeach
Name Action Created at comment
{{$action->user}} {{$action->action}} {{$action->created_at}} {{$action->comment}}
@endsection