@if ($errors->has('layout_id'))
{{ $errors->first('layout_id') }}
@endif
@if ($editable)
@else
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif
@includeIf('dashboard.notices.layouts.disease', ['mode' => $mode,'mapping'=>$mapping,'editable' => $editable])
@includeIf('dashboard.notices.layouts.disaster', ['mode' => $mode,'mapping'=>$mapping,'editable' => $editable])
@includeIf('dashboard.notices.layouts.vaccine', ['mode' => $mode,'mapping'=>$mapping,'editable' => $editable])