Fix notifications error for collect() #937
This commit is contained in:
parent
8f4219bc95
commit
9cf07c47c7
@ -1,4 +1,4 @@
|
|||||||
@foreach (session('flash_notification', collect())->toArray() as $message)
|
@foreach (collect(session('flash_notification', collect()))->toArray() as $message)
|
||||||
@if ($message['overlay'])
|
@if ($message['overlay'])
|
||||||
@include('flash::modal', [
|
@include('flash::modal', [
|
||||||
'modalClass' => 'flash-modal',
|
'modalClass' => 'flash-modal',
|
||||||
|
Loading…
Reference in New Issue
Block a user