@extends('layouts.default') @if(isset($record->id)) @section('title', 'Edit Report') @else @section('title', 'Create Report') @endif @section('content')
Name | Value |
---|---|
Data Source | Edit |
Chart Type | |
Datasource | |
Width | |
Height | {{Form::text('height',@$config['height'],['class'=>'form-control', 'id'=>'height','required'])}} |
Show Legend | {{Form::radio('show_legend', 'yes')}}{{Form::label('show_legend_label', 'Yes')}} {{Form::radio('show_legend', 'no')}}{{Form::label('show_legend_label', 'No')}} |
Theme | |
Report Name | {{Form::text('name',@$record->rep_name,['class'=>'form-control', 'id'=>'name','required'])}} |
Caption | {{Form::text('caption',@$config['caption'],['class'=>'form-control', 'id'=>'caption','required'])}} |
Number Suffix | {{Form::text('numberSuffix',@$config['numberSuffix'],['class'=>'form-control', 'id'=>'numberSuffix'])}} |
Dashboard | |
Animation | @if(@$config['animation']=="2d") {{Form::radio('animation', '2d','selected')}} @else {{Form::radio('animation', '2d')}} @endif {{Form::label('show_legend_label', '2D')}} @if(@$config['animation']=="3d") {{Form::radio('animation', '3d','selected')}} @else {{Form::radio('animation', '3d')}} @endif {{Form::label('show_legend_label', '3D')}} |
Group Access | {{Form::text('group_access',@$record->group_access,['class'=>'form-control', 'id'=>'group_access'])}} |
User Access | {{Form::text('user_access',@$record->user_access,['class'=>'form-control', 'id'=>'user_access'])}} |