@extends('totem::layout') @section('page-title') @parent - {{ $task->exists ? 'Update' : 'Create'}} Task @stop @section('main-panel-before')
{{$errors->first('description')}}
{{$errors->first('command')}}
{{$errors->first('expression')}}
{{$errors->first('frequencies')}}
{{$errors->first('notification_email_address')}}
{{$errors->first('notification_phone_number')}}
{{$errors->first('notification_slack_webhook')}}