@if (\Session::has('success'))
@endif
@if (\Session::has('error'))
@endif
{{ Form::open(array('action'=>'BannerController@postUpdateSeasonal','role'=>'form','id'=>'brand-form', 'files'=>true,'enctype' =>'multipart/form-data')) }}
{{ Form::close() }}
{{\Session::get('success')}}
{{\Session::get('error')}}