@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')) !!}
{{ __('Icons') }} {{ __('Icons Section') }}
@for ($i = 0; $i < 2; $i++)
@if ($i == 0) {{ __('Top Banner') }} @elseif ($i == 1) {{ __('Bottom Banner') }} @else {{ __('Banner') }} {{ $i+1 }} @endif

@if (@$data['image_ad750_'.$i]) @else @endif
@endfor
@for ($i = 0; $i < 4; $i++)
{{ __('Icon Left') }} {{ $i+1 }}

{!! __('Image size') !!} (350x300)

@if (@$data['image_left300_'.$i]) @else @endif
@endfor
{!! Form::close() !!} @endsection @section('scripts') @endsection