{{__('translation.language details')}}

{!! 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', 'rows' => "4"])!!}
{!! Form::textarea("description[ar]",(isset($row))? $row->getTranslation('description', 'ar') : null,['class'=>'form-control mytextarea'])!!}
{!! Form::textarea("meta_keywords[ar]",(isset($row))? $row->getTranslation('meta_keywords', 'ar') : null,['class'=>'form-control', 'rows' => "4"])!!}
{!! Form::textarea("meta_content[ar]",(isset($row))? $row->getTranslation('meta_content', 'ar') : null,['class'=>'form-control', 'rows' => "4"])!!}

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

{!! Form::number("sort_by",null,['class'=>'form-control', 'step' => '1', 'placeholder' => __('translation.sort_by'), 'required' => '', 'min' => 1])!!}
{!! Form::select("post_cat_id",postCatsList(),null,['class'=>"form-control select2 ", 'id' => 'banks', 'style' =>"width: 100%; display: inline-block;"])!!}

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

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