@if (isset($settings->content->dojo) && $settings->content->dojo) @include( 'Elements/Common/modal', [ 'id' => 'terminal-modal', 'title' => t('Make terminal payment'), 'form' => [ 'action' => action('Dojo/TerminalsController@secure_process', [$venue->id]), 'method' => 'get', 'id' => 'add-terminal-form' ], 'content' => view( 'Plugins/Dojo/Views/Elements/Terminal/terminals', [ 'settings' => $settings->content->dojo ] ) ] ) @endif