@foreach(\App\Models\Notification::all()->where('type','announcement')->where('language',\Illuminate\Support\Facades\Cookie::get('lang'))->toArray() as $item) {{ $item['content'] }} @if(isset(json_decode($item['detail'])->last)) @endif @endforeach