@extends('layouts.layout', ['title' => __('Processes Management')]) @section('title') {{__('Configure Template')}} @endsection @section('sidebar') @include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_processes')]) @endsection @section('breadcrumbs') @include('shared.breadcrumbs', ['routes' => [ __('Designer') => route( $route['action'] . '.index'), $route['label'] => route($route['action'] . '.index'), __('Templates') => route($route['action'] . '.index') . $templateBreadcrumb, $template->name => null, ]]) @endsection @section('content')
{{ html()->button(__('Cancel'), 'button')->class('btn btn-outline-secondary')->attribute('@click', 'onClose') }} {{ html()->button(__('Save'), 'button')->attribute(':disabled', 'isDefaultProcessmakerTemplate')->class('btn btn-secondary ml-2')->attribute('@click', 'onUpdate') }}
@endsection @section('js') @endsection @section('css') @endsection