@extends('layouts.header') @section('content')

List of Actions

@foreach ($Actions as $Action) @endforeach
Module Name Date Created
{{$ModulesArray[$Action->ModuleId]}} {{$Action->ActionName}} {{$Action->CreatedDate}}
@endsection