@extends('layouts.admin') @section('title', 'Manage Actions') @section('content') @if (!count($actions)) @endif @foreach($actions as $action) @endforeach
Action Name Plural
No actions created. Why not, add a new action?
{{ $action->name }} {{ $action->plural }} View details  Edit 
{!! csrf_field() !!}
@stop