{!! Form::mySelect('item_type', 'Item Type',config('variables.item_type')) !!}
{!! Form::myInput('text', 'royality_price', 'Royality Free Price') !!}
{!! Form::myInput('text', 'premium_price', 'Premium Price') !!}
{!! Form::myInput('text', 'width', 'Width In Pixals') !!}
{!! Form::myInput('text', 'height', 'Height In Pixals') !!}
{!! Form::myInput('text', 'dpi', 'DPI') !!}
@if (isset($item) && $item->category_image)
@endif