@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content') {!! Form::open(array('route' => ['setting.banner.save',$section],'class' => 'form-horizontal','id' => 'form-social')) !!}
{{ __('Icons') }} {!! $category->title !!}
@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 }}

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