{{ Form::open(array('name'=>'updateCallForm', 'id'=>'updateCallForm', 'class'=>'form-horizontal', 'method' => 'POST')) }}
{!! Form::Label('Call-Update', 'Call Update') !!}
{{ $errors->first('update_status') }}
{!! Form::Label('Call-forward', 'Forward to Engineer') !!}
{{ $errors->first('forward_to_eng_code') }}
{!! Form::Label('remark', 'remark') !!}
{{ $errors->first('call_remarks') }}
{{ Form::close() }}