@extends('layouts.app') @section('title', trans('settings.workflow_title')) @section('content')
{{trans('forms.lbl_add_new')}}
{{trans("tables.workflow_title")}} {{trans("tables.workflow_form_title")}} {{trans("tables.workflow_type_title")}} {{trans("tables.workflow_event_title")}} {{trans("tables.workflow_field_title")}} {{trans("tables.workflow_status_title")}} {{trans("tables.actions_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop