@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')) !!}
{{ __('Home slide banner') }}

@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
@for ($i = 0; $i < 2; $i++)
{!! __('Banner') !!} {!! $i+1 !!}

@endfor
@endforeach
@for ($i = 0; $i < 2; $i++)
@if (@$data['image'.$i]) @else @endif
@endfor
{!! Form::close() !!}
@endsection @section('scripts') @endsection