{!! Form::open(['url' => action([\App\Http\Controllers\LocationTagController::class, 'update'], [$location_tag->id]), 'method' => 'put', 'id' => 'location_tag_edit_form' ]) !!}

@lang( 'location_tag.add_location_tag' )

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