@extends('layouts.admin') @section('title', 'Gestion des CTAs') @section('header', 'Gestion des CTAs - Modules × Actions') @section('content')
| Module \ Action | @foreach($actions as $action)
@if($action->icon)
@endif
{{ $action->label }}
{{ $action->action }}
@if($action->is_active)
Actif
@else
Inactif
@endif
|
@endforeach
|---|---|
|
{{ $module->label }}
{{ $module->name }}
|
@foreach($actions as $action)
|
@endforeach