@include('Plugins/Payment/Views/Elements/Order/mainDetails') @include( 'Elements/Common/modal', [ 'id' => 'resend-modal-dialog', 'title' => t('Resend email'), 'form' => [ 'id' => 'resend-form', 'action' => action( 'Payment/OrdersController@secure_resend', [$venue->id, $data->id] ), 'class' => 'ajaxed' ], 'content' => view( 'Plugins/Payment/Views/Elements/Order/resend_form', [ 'template_selection' => $template_selection ] ), 'footer' => view( 'Plugins/Payment/Views/Elements/Cart/modal_footer' ) ] )