{!! Former::text('code') -> label(trans('categories::category.label.code')) -> placeholder(trans('categories::category.placeholder.code'))!!}
{!! Former::text('name') -> label(trans('categories::category.label.name')) -> placeholder(trans('categories::category.placeholder.name'))!!}
{!! Former::text('description') -> label(trans('categories::category.label.description')) -> placeholder(trans('categories::category.placeholder.description'))!!}
{!! Former::actions() ->large_primary_submit('Submit') ->large_inverse_reset('Reset') !!}