{!! __('backend.styleSettings') !!}
@foreach(Helper::languagesList() as $ActiveLanguage)
{!! @Helper::languageName($ActiveLanguage) !!} @if($Setting->{'style_logo_'.@$ActiveLanguage->code}!="") @else

nologo.png
@endif {!! Form::file('style_logo_'.@$ActiveLanguage->code, array('class' => 'form-control','id'=>'style_logo_'.@$ActiveLanguage->code,'accept'=>'image/*')) !!} ( 260x60 px ) - {!! __('backend.imagesTypes') !!}
@endforeach

@if($Setting->style_fav!="") @else @endif {!! Form::file('style_fav', array('class' => 'form-control','id'=>'style_fav','accept'=>'image/*')) !!} ( 32x32 px ) - {!! __('backend.imagesTypes') !!}
@if($Setting->style_apple!="") @else @endif {!! Form::file('style_apple', array('class' => 'form-control','id'=>'style_apple','accept'=>'image/*')) !!} ( 180x180 px ) - {!! __('backend.imagesTypes') !!}

{!! __('backend.setThemeColors') !!}
{!! Form::text('style_color1',$Setting->style_color1, array('placeholder' => '','class' => 'form-control','id'=>'style_color1', 'dir'=>'ltr')) !!}
{!! Form::text('style_color2',$Setting->style_color2, array('placeholder' => '','class' => 'form-control','id'=>'style_color2', 'dir'=>'ltr')) !!}
{!! Form::text('style_color3',$Setting->style_color3, array('placeholder' => '','class' => 'form-control','id'=>'style_color3', 'dir'=>'ltr')) !!}
{!! Form::text('style_color4',$Setting->style_color4, array('placeholder' => '','class' => 'form-control','id'=>'style_color4', 'dir'=>'ltr')) !!}
{!! __('backend.orSelectFromPredefined') !!}
@foreach($themes as $theme_colors) @endforeach
   
   

   
   

   

   

@if($Setting->style_footer_bg!="")
{!! Form::hidden('photo_delete','0', array('id'=>'photo_delete')) !!}
@endif {!! Form::file('style_footer_bg', array('class' => 'form-control','id'=>'style_footer_bg','accept'=>'image/*')) !!} ( 260x60 px ) - {!! __('backend.imagesTypes') !!}