{!! Form::text('name')
-> label(trans('call::call.label.name'))
-> placeholder(trans('call::call.placeholder.name'))!!}
{!! Form::numeric('parent_id')
-> label(trans('call::call.label.parent_id'))
-> placeholder(trans('call::call.placeholder.parent_id'))!!}
{!! Form::numeric('customer_id')
-> label(trans('call::call.label.customer_id'))
-> placeholder(trans('call::call.placeholder.customer_id'))!!}
{!! Form::text('assigned_to')
-> label(trans('call::call.label.assigned_to'))
-> placeholder(trans('call::call.placeholder.assigned_to'))!!}
{!! Form::text('direction')
-> label(trans('call::call.label.direction'))
-> placeholder(trans('call::call.placeholder.direction'))!!}
{!! Form::text('hot_call')
-> label(trans('call::call.label.hot_call'))
-> placeholder(trans('call::call.placeholder.hot_call'))!!}
{!! Form::text('duration')
-> label(trans('call::call.label.duration'))
-> placeholder(trans('call::call.placeholder.duration'))!!}
{!! Form::text('substatus')
-> label(trans('call::call.label.substatus'))
-> placeholder(trans('call::call.placeholder.substatus'))!!}
{!! Form::text('notes')
-> label(trans('call::call.label.notes'))
-> placeholder(trans('call::call.placeholder.notes'))!!}