@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')