{!! Form::text("name[ar]",(isset($row))? $row->getTranslation('name', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! Form::text("job[ar]",(isset($row))? $row->getTranslation('job', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! Form::textarea("comment[ar]",(isset($row))? $row->getTranslation('comment', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! Form::number("sort_by",null,['class'=>'form-control'])!!}

@if(isset($row)) @if($row->image!=null) @endif @endif