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