@extends('ioc::layout.main') @section('head') iOC > Visualizza Notifica @endsection @section('breadcrumb') Notifiche {{ $pushNotification->name }} @endsection @section('content') @livewire('show-push-notification-page', ['pushNotification' => $pushNotification, 'pushNotificationSent' => $pushNotificationSent]) @endsection