@include('business.ticket.btaf._btaf_text_row', ['label' => 'Report Title', 'name' => 'report_title']) @include('business.ticket.btaf._btaf_text_area_row', ['label' => 'Report Description', 'name' => 'report_description']) @include('business.ticket.btaf._btaf_text_row', ['label' => 'Embeddable Link', 'name' => 'report_link']) @include('business.ticket.btaf._btaf_date_time_row', ['label' => "Reporting Period", 'name' => 'reporting_period', 'id' => 'reporting_period', 'placeholder' => '', 'daterange' => true, 'onlypicker' => true])
{{ Form::on_off_ex('Publish Report', 'published', isset($business_ticket) ? $business_ticket->_business_ticket_data_studio_report->published : 0, 'yes_no_switch', '', \App\Helpers\FormComponentHelper::SIZE_LARGE, false, 'yes-no-text') }}
@if (isset($business_ticket->_business_ticket_data_studio_report->report_link_id))
@include('shared._data_studio_iframe', ['format' => 'ticket']) @endif