@extends('layout.main') @section('filter')

Filter

{{ Form::text('FieldName', '', array("class"=>"form-control")) }}
{{Form::select('FieldDomType',$FieldDomTypes,'',array("class"=>"form-control select2 small"))}}
{{Form::select('ItemTypeID',$itemtypes,$ItemTypeID,array("class"=>"form-control select2 small"))}}
{{ Form::select('Active', $active, '', array("class"=>"form-control select2 small")) }}

@stop @section('content')

Dynamic Fields

{{-- Back --}} Close @if(User::checkCategoryPermission('DynamicField','Edit')) @endif @if( User::is_admin() || User::is('BillingAdmin')) @if(User::checkCategoryPermission('DynamicField','Add')) Add New @endif @endif

Item Type Field Name DOM Types Created At Active Action