{{ trans('labels.AddBanner') }}
@if (count($errors) > 0) @if($errors->any())
{{$errors->first()}}
@endif
@endif
{!! Form::open(array('url' =>'admin/addNewBanner', 'method'=>'post', 'class' => 'form-horizontal form-validate', 'enctype'=>'multipart/form-data')) !!}
{!! Form::close() !!}
{!! Form::text('banners_title', '', array('class'=>'form-control field-validate','id'=>'banners_title')) !!}
{{ trans('labels.BannerTitletext') }}
{!! Form::file('newImage', array('id'=>'newImage')) !!}
{{ trans('labels.ImageBannerText') }}
{{ trans('labels.AddBannerText') }}
{{ trans('labels.CategoriesbannerText') }}
{{ trans('labels.ExpiryDateBanner') }}
{{ trans('labels.StatusBannerText') }}