4 lines
81 B
PHP
4 lines
81 B
PHP
@foreach ($notifications as $notification)
|
|
{!! $notification !!}
|
|
@endforeach
|