{!! Form::text("title[ar]",(isset($row))? $row->getTranslation('title', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! Form::textarea("excerpt[ar]",(isset($row))? $row->getTranslation('excerpt', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! Form::textarea("description[ar]",(isset($row))? $row->getTranslation('description', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}

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

@if(isset($row)) @if($row->banner!=null) @endif @endif
{!! Form::number("sort_by",(isset($row))? $row->sort_by : null,['class'=>'form-control', 'placeholder' => ""])!!}