akaunting/resources/views/components/layouts/admin/notifications.blade.php
2022-06-01 10:15:55 +03:00

4 lines
81 B
PHP

@foreach ($notifications as $notification)
{!! $notification !!}
@endforeach