@extends('layouts.master')
@section('title', 'workflow_template')
@section('content')
@include('pages.workflow_template.detail.card_detail')
@include('pages.workflow_template.detail.modal_update')
@endsection
@section('script-footer')
@include('pages.workflow_template.detail.list_state')
@if ($model->init_password === 0)
@endif
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection