@stack('head-script') @if($global->rounded_theme) @endif
{!! Form::open(['id'=>'createLead','class'=>'ajax-form','method'=>'POST']) !!}
@foreach ($ticketFormFields as $item) @if($item->field_type == 'textarea')
@elseif($item->field_type == 'select') @if($item->field_name == 'type')
@else
@endif @else
@endif @endforeach
{!! Form::close() !!}