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

{{__('translation.general data')}}

{!! Form::number("sort_by",null,['class'=>'form-control', 'step' => '1', 'placeholder' => __('translation.sort_by'), 'required' => '', 'min' => 1])!!}

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

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