@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 Banners') }}

@if (multLang()) @endif
@foreach (config('translatable.locales') as $lang => $language)
{{ __('Home') }} {{ __('Banner') }}
{{ __('Block') }} 1
@if ($loop->first)
@if (@$data['image_home1']) @else @endif
@endif
{{ __('Block') }} 2
@if ($loop->first)
@if (@$data['image_home2']) @else @endif
@endif
{{ __('Block') }} 3
@if ($loop->first)
@if (@$data['image_home3']) @else @endif
@endif
{{ __('Block') }} 4
@if ($loop->first)
@if (@$data['image_home4']) @else @endif
@endif

@endforeach
{!! Form::close() !!} @endsection @section('scripts') @endsection