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