{{$name}}

@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('layout_id')) {{ $errors->first('layout_id') }} @endif
@if ($editable)
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
@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])