@extends('home') @section('title') {!! __('Advanced Settings') !!} @endsection @section('styles') @endsection @section('content') @php // dump(count(@cache_setting('lang'))); @endphp
{!! __('Site languages') !!}
{!! Form::open(array('route' => ['saveSetting',$section],'class' => 'form-horizontal','id' => 'form-social')) !!}
@php @endphp @foreach(LaravelLocalization::getLocalesOrder() as $localeCode => $properties) @if ($loop->first)
@else
@endif @endforeach
{!! Form::close() !!}
@endsection @section('scripts') @endsection