{{ Form::page_header($page_title, "tools", null, $other_title, $third_title) }}
{{ Form::button_ex('Refresh Data', 'refresh_report_data();') }} {{--{{ Form::button_link('Back', $back) }}--}} {{ Form::button_ex('Back', "history.go(-1);") }}
@if ($error != '')
{{ Form::label_title('Error: '. $error) }}
@else {{ Form::hidden('time_period_pk', $time_period_pk, ['id' => 'time_period_pk']) }} @include($view_name) @endif