@if(isset($noticeDataDetails))
@php
$inform_to = json_decode($noticeDataDetails->inform_to);
@endphp
@endif
@foreach($roles as $role)
id, $inform_to != null ? $inform_to : [])? 'checked' : ''}}>
@endforeach
@if($errors->has('role'))
{{ $errors->first('role') }}
@endif