{!! Form::open(['url' => action([\App\Http\Controllers\TagController::class, 'store']), 'method' => 'post', 'id' => 'tag_add_form' ]) !!}

@lang( 'lang.add_tag' )

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