@extends('layouts.app', ['title' => __tr('Bot Flow Builder')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Bot Flow Builder'), 'description' => '', 'class' => 'col-lg-7' ]) {!! __yesset([ 'static-assets/packages/jquery.flowchart/jquery.flowchart.min.css' ]) !!}
{{ $botFlow->title }}
{{-- added just to initialize --}}
@include('bot-reply.bot-forms-partial')
@push('js') {!! __yesset([ 'static-assets/packages/jqueryui-1.13.3/jquery-ui.min.js', // 'static-assets/packages/others/jquery.mousewheel.min.js', 'static-assets/packages/others/jquery.panzoom.min.js', 'static-assets/packages/jquery.flowchart/jquery.flowchart.min.js' ]) !!} @endpush @push('appScripts') @endpush @endsection()