{!! $table['id'] !!}
{!! $table['name'] !!}
{!! $table['description'] !!}
{!! $table['restaurant_id'] !!}
{!! $table['created_at'] !!}
{!! $table['updated_at'] !!}
{!! $table['deleted_at'] !!}
{!! $table['user_id'] !!}
{!! $table['user_type'] !!}
{!! $table['PRIMARY'] !!}
{!! $table['id),'] !!}
{!! Form::text('name')
-> label(trans('table::table.label.name'))
-> placeholder(trans('table::table.placeholder.name'))!!}
{!! Form::text('description')
-> label(trans('table::table.label.description'))
-> placeholder(trans('table::table.placeholder.description'))!!}
{!! Form::numeric('restaurant_id')
-> label(trans('table::table.label.restaurant_id'))
-> placeholder(trans('table::table.placeholder.restaurant_id'))!!}
{!! Form::package::package.formcontrols.KEY('PRIMARY')
-> label(trans('table::table.label.PRIMARY'))
-> placeholder(trans('table::table.placeholder.PRIMARY'))!!}
{!! Form::package::package.formcontrols.UNIQUE('id),')
-> label(trans('table::table.label.id),'))
-> placeholder(trans('table::table.placeholder.id),'))!!}