-
-
- @if(session('success'))
-
- {{ session('success') }}
-
- @endif
-
-
-
-
- | Name |
- Description |
- Actions |
-
-
-
- @forelse(\${$pluralVariable} as \${$variable})
-
- | {{ \${$variable}->name }} |
- {{ \${$variable}->description }} |
-
- Edit
-
- |
-
- @empty
-
- | No {$pluralVariable} found. |
-
- @endforelse
-
-
-
-
- {{ \${$pluralVariable}->links() }}
-
-