@extends('layouts.app', ['title' => __tr('Greeting Engine Edit')]) @section('content') @include('users.partials.header', [ 'title' => __tr('Greeting Engine Edit'), 'description' => '', 'class' => 'col-lg-7' ])
@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()