@extends('layouts.layout', ['content_margin'=>''])
@section('title')
{{__('Edit Process')}}
@endsection
@section('sidebar')
@include('layouts.sidebar', ['sidebar'=> Menu::get('sidebar_processes')])
@endsection
@section('content')
{{ __('A mouse and keyboard are required to use the modeler.') }}
@endsection
@section('meta')
@endsection
@section('css')
@yield('extra_css')
@endsection
@section('js')
@foreach($manager->getScriptWithParams() as $params)
@endforeach
@yield('extra_js')
@endsection