@extends('layout/ace') @section('breadcrumbs') {{ Breadcrumbs::render('ObavestenjaActions') }} @endsection @section('title', "Akcije nad obavestenjima") @section('content')
{{-- @foreach ($notificationTypes as $notificationType) @endforeach --}} @foreach ($mailableActions as $mailableAction) @endforeach
Naziv tipa obaveštenja Test Pregled
{{ $notificationType->name }} Pregled
{{ $mailableAction->name }} Pregled
@endsection @section('scripts') @parent @endsection