@lang('modules.notices.updateNotice')
Notify
@if (in_array('clients', user_modules()) || $notice->to == 'client')
@endif
--
@foreach ($teams as $team)
department_id) && $notice->department_id == $team->id ? 'selected' : '' }} value="{{ $team->id }}">{{ $team->team_name }}
@endforeach
@foreach ($employees as $item)
@endforeach
@foreach ($clients as $item)
@endforeach
{!! $notice->description !!}
@lang('app.save')
@lang('app.cancel')