@extends('design_1.panel.layouts.panel') @push('styles_top') @endpush @section('content')
{{ csrf_field() }}

{{ trans('update.notice_content') }}

@if(!empty($isCourseNotice)) {{-- Course --}}
{{-- Color --}}
@else {{-- Types --}}
{{-- Course --}} @if($authUser->isTeacher())
@endif @endif
{{ trans('update.notice') }}

{{ trans('update.the_notice_will_be_send_on_the_selected_target') }}

@endsection @push('scripts_bottom') @endpush