@if (session('message'))
@endif @if (session('error'))
@endif

{{ __('applabels.Author') }}


@foreach($statusReasonsFlag as $statusReason )
block_statuses->contains($statusReason) ? 'checked' : '' }} value="{{ $statusReason->id }}" >
@endforeach

@foreach($statusReasonsNotif as $statusReason )
block_statuses->contains($statusReason) ? 'checked' : '' }} value="{{ $statusReason->id }}" >
@endforeach
@foreach($statusReasonsBlock as $statusReason )
block_statuses->contains($statusReason) ? 'checked' : '' }} value="{{ $statusReason->id }}" >
@endforeach