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

{!! 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 mytextarea', 'placeholder' => ""])!!}
{!! Form::textarea("excerpt[ar]",(isset($row))? $row->getTranslation('excerpt', 'ar') : null,['class'=>'form-control', 'placeholder' => ""])!!}
{!! 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("category_id",categoriesList(),null,['class'=>"form-control select2 ", 'id' => 'banks', 'style' =>"width: 100%; display: inline-block;"])!!}
{!! Form::select("home_pin",Home_pin(),null,['class'=>'form-control'])!!}

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

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

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

@if(isset($row))
@foreach($row->files()->get() as $file)
X
@endforeach
@endif
{!! Form::text("term1",null,['class'=>'form-control'])!!}
{!! Form::text("term2",null,['class'=>'form-control'])!!}
{!! Form::text("term3",null,['class'=>'form-control'])!!}
{!! Form::text("term4",null,['class'=>'form-control'])!!}
{!! Form::text("term5",null,['class'=>'form-control'])!!}