@extends('layouts.master') @section('title', 'WorkFlow') @section('content')
@csrf

{{ trans('workflow.workflow_add') }}

{{ trans('workflow.workflow_info') }}
@if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif
@endsection @section('script-footer') @endsection