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

{{Lang::get('messages.choose')}} Your Product Type

@include('notifications')

{{Lang::get('messages.physical')}}

Clothing, Shoes, Beauty, Electronics, Tools, Sports, Toys, etc.

{{Lang::get('messages.digital')}}

MP3, Ebooks, Image or Video Files, Photoshop Files, Source Codes, etc.

{{Lang::get('messages.ticket')}}

Concerts, Events, Sports, Arts etc.

{{ Form::open(array('url'=> Lang::get('routes.home').'/'.Lang::get('routes.user_product_add'),'class'=>'form-horizontal', 'role'=>'form', 'name'=>'product_create','id'=>'product_create')) }}
{{ Form::close() }}
@stop @section('footer_js') @stop