@extends('layouts.app') @section('content')

@include('ebay/partials/configtabs') {!! Form::open(array('url'=>'settings/ebay', 'class'=>'form-horizontal')) !!}

{!! Form::select('ebayItemTable', $helper->getAllAttributeSets(),$ebayItemTable, array('class'=>'form-control')) !!}
{!! Form::close() !!}
@stop