@extends('layouts.organization') @section('breadcrumb')

{{__('Add_notice')}}

@endsection @section('content')
{{ $course->title }}
@csrf
@if ($errors->has('topic')) {{ $errors->first('topic') }} @endif
@if ($errors->has('details')) {{ $errors->first('details') }} @endif
{{__('Back')}}
@endsection