@lang('modules.notices.updateNotice')
Notify
--
@foreach ($teams as $team)
department_id) && $notice->department_id == $team->id ? 'selected' : '' }} value="{{ $team->id }}">{{ mb_ucfirst($team->team_name) }}
@endforeach
{!! $notice->description !!}
@lang('app.save')
@lang('app.cancel')