@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
{!! Form::open(array('route' => ['saveSetting',$section],'class' => 'form-horizontal','id' => 'form-social')) !!}
{{ __('Block feature') }}

@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
@for ($i = 0; $i < 4; $i++)
@endfor
@endforeach
{!! Form::close() !!} @endsection @section('scripts') @endsection