{!! Form::open(['url' => action('Restaurant\DishCategoryController@store'), 'method' => 'post', 'id' => 'dish_category_add_form' ]) !!}

Add Dish Category

{!! Form::label('dish_category_name', __( 'Dish Category' ) . ':*') !!} {!! Form::text('dish_category_name', null, ['class' => 'form-control', 'required', 'placeholder' => __( 'Dish Category Name' )]); !!}
{!! Form::close() !!}