@include('flash::message') @if (!session()->has('flash_notification.message'))
{{ trans('common.edit_on_risk') }}
@endif @if($count > 0)
{{ csrf_field() }}
@else
There are no pending updates
@endif
{!! $output !!}