{!! Form::select('category_id') -> options(trans('dishes::dish.options.category_id')) -> label(trans('dishes::dish.label.category_id')) -> required() -> placeholder(trans('dishes::dish.placeholder.category_id'))!!}
{!! Form::text('name') -> label(trans('dishes::dish.label.name')) -> placeholder(trans('dishes::dish.placeholder.name'))!!}
{!! Form::numeric('order') -> label(trans('dishes::dish.label.order')) -> placeholder(trans('dishes::dish.placeholder.order'))!!}
{!! Form::text('image') -> label(trans('dishes::dish.label.image')) -> placeholder(trans('dishes::dish.placeholder.image'))!!}